#02722D

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

Shades of Crusoe #02722D

Tints of Crusoe #02722D

Color information

#02722D (or 0x02722D) is unknown color: approx Crusoe. HEX triplet: 02, 72 and 2D. RGB value is (2,114,45). Sum of RGB (Red+Green+Blue) = 2+114+45=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #02722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02722D is #FD8DD2. Grayscale: #484848. Windows color (decimal): -16616915 or 2978306. OLE color: 2978306.

HSL color Cylindrical-coordinate representation of color #02722D: hue angle of 143.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02722D is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB211445-
CMYK0.9800.610.55
HSL143.04º96.55%22.75%-
HSV(B)143.04º98.25%44.71%-
XYZ6.5212.244.5-
YUV72.65112.3977.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=1.24%
G=70.81%
B=27.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114450.9800.610.55143.0496.5522.75
Hex2722D6203D378f6117
Octal2162551420756721714127
Binary1011100101011011100010011110111011110001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02722D; }

 p { color: rgb(2,114,45); }

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

<style>
 a { background-color: #02722D; }

 a { background-color: rgb(2,114,45); }

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

<style>
 span { border-color: #02722D; }

 span { border-color: rgb(2,114,45); }

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