Html Css Color HEX #027129 Crusoe

📋 copy color: '#027129'

red 2 ◦ green 113 ◦ blue 41

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

Shades of Crusoe #027129

Tints of Crusoe #027129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 1.28%
G = 72.44%
B = 26.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#027129 (or 0x027129) is known color: Crusoe. HEX triplet: 02, 71 and 29. RGB value is (2,113,41). Sum of RGB (Red+Green+Blue) = 2+113+41=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #027129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027129 is #FD8ED6. Grayscale: #474747. Windows color (decimal): -16617175 or 2715906. OLE color: 2715906.

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

Color convert

RGB 2 113 41 -
CMYK 0.98 0 0.64 0.56
HSL 141.08º 0.97% 0.23% -
HSV(B) 141.08º 0.98% 0.44% -
XYZ 6.33 11.98 4.08 -
YUV 71.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 2 113 41 0.98 0 0.64 0.56 141.08 0.97 0.23
Hex 2 71 29 62 0 40 38 8D 61 17
Octal 2 161 51 142 0 100 70 215 141 27
Binary 10 1110001 101001 1100010 0 1000000 111000 10001101 1100001 10111

Color Harmonies of #027129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027129

Black with #027129

Text Example


Text Example

White with #027129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027129; }

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

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

background-color css

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

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

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

border-color css

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

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

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