Html Css Color HEX #027020 Crusoe

📋 copy color: '#027020'

red 2 ◦ green 112 ◦ blue 32

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

Shades of Crusoe #027020

Tints of Crusoe #027020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 76.71%

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 1.37%
G = 76.71%
B = 21.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#027020 (or 0x027020) is known color: Crusoe. HEX triplet: 02, 70 and 20. RGB value is (2,112,32). Sum of RGB (Red+Green+Blue) = 2+112+32=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #027020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027020 is #FD8FDF. Grayscale: #464646. Windows color (decimal): -16617440 or 2125826. OLE color: 2125826.

HSL color Cylindrical-coordinate representation of color #027020: hue angle of 136.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027020 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 32 -
CMYK 0.98 0 0.71 0.56
HSL 136.36º 0.96% 0.22% -
HSV(B) 136.36º 0.98% 0.44% -
XYZ 6.08 11.71 3.31 -
YUV 69.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 2 112 32 0.98 0 0.71 0.56 136.36 0.96 0.22
Hex 2 70 20 62 0 47 38 88 60 16
Octal 2 160 40 142 0 107 70 210 140 26
Binary 10 1110000 100000 1100010 0 1000111 111000 10001000 1100000 10110

Color Harmonies of #027020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027020

Black with #027020

Text Example


Text Example

White with #027020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027020; }

 p { color: rgb(2,112,32); }

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

background-color css

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

 a { background-color: rgb(2,112,32); }

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

border-color css

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

 span { border-color: rgb(2,112,32); }

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