#04802B

Color #04802B Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #04802B

Tints of Camarone #04802B

Color information

#04802B (or 0x04802B) is unknown color: approx Camarone. HEX triplet: 04, 80 and 2B. RGB value is (4,128,43). Sum of RGB (Red+Green+Blue) = 4+128+43=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #04802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04802B is #FB7FD4. Grayscale: #515151. Windows color (decimal): -16482261 or 2850820. OLE color: 2850820.

HSL color Cylindrical-coordinate representation of color #04802B: hue angle of 138.87º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04802B is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB412843-
CMYK0.9700.660.50
HSL138.87º93.94%25.88%-
HSV(B)138.87º96.88%50.2%-
XYZ8.2115.644.87-
YUV81.23106.4272.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 128 (50.39% from 255) = 73.14%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=2.29%
G=73.14%
B=24.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128430.9700.660.50138.8793.9425.88
Hex4802B61042328b5e1a
Octal42005314101026221313632
Binary1001000000010101111000010100001011001010001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04802B; }

 p { color: rgb(4,128,43); }

 H1.HeaderClassName
 {
   color: #04802B;
 }
 .AnyTagClassName
 {
   color: #04802B;
 }
</style>
background-color css

<style>
 a { background-color: #04802B; }

 a { background-color: rgb(4,128,43); }

 div.DivClassName
 {
   background-color: #04802B;
 }
 .BgClassName
 {
   background-color: #04802B;
 }
</style>
border-color css

<style>
 span { border-color: #04802B; }

 span { border-color: rgb(4,128,43); }

 td.TdClassName
 {
   border-color: #04802B;
 }
 .TagClassName
 {
   border-color: #04802B;
 }
</style>