#02742A

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

Shades of Crusoe #02742A

Tints of Crusoe #02742A

Color information

#02742A (or 0x02742A) is unknown color: approx Crusoe. HEX triplet: 02, 74 and 2A. RGB value is (2,116,42). Sum of RGB (Red+Green+Blue) = 2+116+42=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #02742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02742A is #FD8BD5. Grayscale: #494949. Windows color (decimal): -16616406 or 2782210. OLE color: 2782210.

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

Color convert

RGB211642-
CMYK0.9800.640.55
HSL141.05º96.61%23.14%-
HSV(B)141.05º98.28%45.49%-
XYZ6.6912.674.28-
YUV73.48110.2377.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 116 (45.70% from 255) = 72.5%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=1.25%
G=72.5%
B=26.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116420.9800.640.55141.0596.6123.14
Hex2742A62040378d6117
Octal21645214201006721514127
Binary10111010010101011000100100000011011110001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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