#02752B

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

Shades of Crusoe #02752B

Tints of Crusoe #02752B

Color information

#02752B (or 0x02752B) is unknown color: approx Crusoe. HEX triplet: 02, 75 and 2B. RGB value is (2,117,43). Sum of RGB (Red+Green+Blue) = 2+117+43=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #02752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02752B is #FD8AD4. Grayscale: #4A4A4A. Windows color (decimal): -16616149 or 2848002. OLE color: 2848002.

HSL color Cylindrical-coordinate representation of color #02752B: hue angle of 141.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02752B is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB211743-
CMYK0.9800.630.54
HSL141.39º96.64%23.33%-
HSV(B)141.39º98.29%45.88%-
XYZ6.8212.914.42-
YUV74.18110.476.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 117 (46.09% from 255) = 72.22%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=1.23%
G=72.22%
B=26.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117430.9800.630.54141.3996.6423.33
Hex2752B6203F368d6117
Octal2165531420776621514127
Binary1011101011010111100010011111111011010001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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