Html Css Color HEX #027524 Crusoe

📋 copy color: '#027524'

red 2 ◦ green 117 ◦ blue 36

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

Shades of Crusoe #027524

Tints of Crusoe #027524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75.48%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 1.29%
G = 75.48%
B = 23.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#027524 (or 0x027524) is known color: Crusoe. HEX triplet: 02, 75 and 24. RGB value is (2,117,36). Sum of RGB (Red+Green+Blue) = 2+117+36=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #027524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027524 is #FD8ADB. Grayscale: #494949. Windows color (decimal): -16616156 or 2389250. OLE color: 2389250.

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

Color convert

RGB 2 117 36 -
CMYK 0.98 0 0.69 0.54
HSL 137.74º 0.97% 0.23% -
HSV(B) 137.74º 0.98% 0.46% -
XYZ 6.7 12.86 3.8 -
YUV 73.38 106.9 77.09 -
System Red Green Blue C M Y K H S L
Decimal 2 117 36 0.98 0 0.69 0.54 137.74 0.97 0.23
Hex 2 75 24 62 0 45 36 8A 61 17
Octal 2 165 44 142 0 105 66 212 141 27
Binary 10 1110101 100100 1100010 0 1000101 110110 10001010 1100001 10111

Color Harmonies of #027524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027524

Black with #027524

Text Example


Text Example

White with #027524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027524; }

 p { color: rgb(2,117,36); }

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

background-color css

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

 a { background-color: rgb(2,117,36); }

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

border-color css

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

 span { border-color: rgb(2,117,36); }

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