#02782B

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

Shades of Camarone #02782B

Tints of Camarone #02782B

Color information

#02782B (or 0x02782B) is unknown color: approx Camarone. HEX triplet: 02, 78 and 2B. RGB value is (2,120,43). Sum of RGB (Red+Green+Blue) = 2+120+43=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 120 (47.27% from 255 or 72.73% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 120 - color contains mainly: green. Hex color #02782B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02782B is #FD87D4. Grayscale: #4C4C4C. Windows color (decimal): -16615381 or 2848770. OLE color: 2848770.

HSL color Cylindrical-coordinate representation of color #02782B: hue angle of 140.85º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02782B is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB212043-
CMYK0.9800.640.53
HSL140.85º96.72%23.92%-
HSV(B)140.85º98.33%47.06%-
XYZ7.1813.624.54-
YUV75.94109.4175.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 120 (47.27% from 255) = 72.73%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=1.21%
G=72.73%
B=26.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120430.9800.640.53140.8596.7223.92
Hex2782B62040358d6118
Octal21705314201006521514130
Binary10111100010101111000100100000011010110001101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,120,43); }

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

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

 a { background-color: rgb(2,120,43); }

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

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

 span { border-color: rgb(2,120,43); }

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