Html Css Color HEX #02762A Crusoe

📋 copy color: '#02762A'

red 2 ◦ green 118 ◦ blue 42

#02762A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #02762A

Tints of Crusoe #02762A

RGB

 RED value IS 2 (1.17% from 255) = 1.23%

 GREEN value IS 118 (46.48% from 255) = 72.84%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 1.23%
G = 72.84%
B = 25.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#02762A (or 0x02762A) is known color: Crusoe. HEX triplet: 02, 76 and 2A. RGB value is (2,118,42). Sum of RGB (Red+Green+Blue) = 2+118+42=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #02762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02762A is #FD89D5. Grayscale: #4A4A4A. Windows color (decimal): -16615894 or 2782722. OLE color: 2782722.

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

Color convert

RGB 2 118 42 -
CMYK 0.98 0 0.64 0.54
HSL 140.69º 0.97% 0.24% -
HSV(B) 140.69º 0.98% 0.46% -
XYZ 6.92 13.14 4.36 -
YUV 74.65 109.57 76.18 -
System Red Green Blue C M Y K H S L
Decimal 2 118 42 0.98 0 0.64 0.54 140.69 0.97 0.24
Hex 2 76 2A 62 0 40 36 8D 61 18
Octal 2 166 52 142 0 100 66 215 141 30
Binary 10 1110110 101010 1100010 0 1000000 110110 10001101 1100001 11000

Color Harmonies of #02762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02762A

Black with #02762A

Text Example


Text Example

White with #02762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02762A;
 }
 .AnyTagClassName
 {
   color: #02762A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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