Html Css Color HEX #027120 Crusoe

📋 copy color: '#027120'

red 2 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #027120

Tints of Crusoe #027120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.87%

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

R = 1.36%
G = 76.87%
B = 21.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#027120 (or 0x027120) is known color: Crusoe. HEX triplet: 02, 71 and 20. RGB value is (2,113,32). Sum of RGB (Red+Green+Blue) = 2+113+32=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #027120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027120 is #FD8EDF. Grayscale: #464646. Windows color (decimal): -16617184 or 2126082. OLE color: 2126082.

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

Color convert

RGB 2 113 32 -
CMYK 0.98 0 0.72 0.56
HSL 136.22º 0.97% 0.23% -
HSV(B) 136.22º 0.98% 0.44% -
XYZ 6.19 11.93 3.34 -
YUV 70.58 106.23 79.09 -
System Red Green Blue C M Y K H S L
Decimal 2 113 32 0.98 0 0.72 0.56 136.22 0.97 0.23
Hex 2 71 20 62 0 48 38 88 61 17
Octal 2 161 40 142 0 110 70 210 141 27
Binary 10 1110001 100000 1100010 0 1001000 111000 10001000 1100001 10111

Color Harmonies of #027120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027120

Black with #027120

Text Example


Text Example

White with #027120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027120; }

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

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

background-color css

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

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

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

border-color css

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

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

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