Html Css Color HEX #02772C Crusoe

📋 copy color: '#02772C'

red 2 ◦ green 119 ◦ blue 44

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

Shades of Crusoe #02772C

Tints of Crusoe #02772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 72.12%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 1.21%
G = 72.12%
B = 26.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#02772C (or 0x02772C) is known color: Crusoe. HEX triplet: 02, 77 and 2C. RGB value is (2,119,44). Sum of RGB (Red+Green+Blue) = 2+119+44=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #02772C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02772C is #FD88D3. Grayscale: #4B4B4B. Windows color (decimal): -16615636 or 2914050. OLE color: 2914050.

HSL color Cylindrical-coordinate representation of color #02772C: hue angle of 141.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02772C is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 44 -
CMYK 0.98 0 0.63 0.53
HSL 141.54º 0.97% 0.24% -
HSV(B) 141.54º 0.98% 0.47% -
XYZ 7.08 13.39 4.59 -
YUV 75.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 2 119 44 0.98 0 0.63 0.53 141.54 0.97 0.24
Hex 2 77 2C 62 0 3F 35 8E 61 18
Octal 2 167 54 142 0 77 65 216 141 30
Binary 10 1110111 101100 1100010 0 111111 110101 10001110 1100001 11000

Color Harmonies of #02772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02772C

Black with #02772C

Text Example


Text Example

White with #02772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02772C; }

 p { color: rgb(2,119,44); }

 H1.HeaderClassName
 {
   color: #02772C;
 }
 .AnyTagClassName
 {
   color: #02772C;
 }
</style>

background-color css

<style>
 a { background-color: #02772C; }

 a { background-color: rgb(2,119,44); }

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

border-color css

<style>
 span { border-color: #02772C; }

 span { border-color: rgb(2,119,44); }

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