#02722A

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

Shades of Crusoe #02722A

Tints of Crusoe #02722A

Color information

#02722A (or 0x02722A) is unknown color: approx Crusoe. HEX triplet: 02, 72 and 2A. RGB value is (2,114,42). Sum of RGB (Red+Green+Blue) = 2+114+42=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #02722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02722A is #FD8DD5. Grayscale: #484848. Windows color (decimal): -16616918 or 2781698. OLE color: 2781698.

HSL color Cylindrical-coordinate representation of color #02722A: hue angle of 141.43º 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 #02722A is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB211442-
CMYK0.9800.630.55
HSL141.43º96.55%22.75%-
HSV(B)141.43º98.25%44.71%-
XYZ6.4612.214.21-
YUV72.3110.8977.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 114 (44.92% from 255) = 72.15%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=1.27%
G=72.15%
B=26.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114420.9800.630.55141.4396.5522.75
Hex2722A6203F378d6117
Octal2162521420776721514127
Binary1011100101010101100010011111111011110001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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