Html Css Color HEX #027520 Crusoe

📋 copy color: '#027520'

red 2 ◦ green 117 ◦ blue 32

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

Shades of Crusoe #027520

Tints of Crusoe #027520

RGB

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

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

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

R = 1.32%
G = 77.48%
B = 21.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#027520 (or 0x027520) is known color: Crusoe. HEX triplet: 02, 75 and 20. RGB value is (2,117,32). Sum of RGB (Red+Green+Blue) = 2+117+32=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #027520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027520 is #FD8ADF. Grayscale: #494949. Windows color (decimal): -16616160 or 2127106. OLE color: 2127106.

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

Color convert

RGB 2 117 32 -
CMYK 0.98 0 0.73 0.54
HSL 135.65º 0.97% 0.23% -
HSV(B) 135.65º 0.98% 0.46% -
XYZ 6.65 12.84 3.49 -
YUV 72.93 104.9 77.41 -
System Red Green Blue C M Y K H S L
Decimal 2 117 32 0.98 0 0.73 0.54 135.65 0.97 0.23
Hex 2 75 20 62 0 49 36 88 61 17
Octal 2 165 40 142 0 111 66 210 141 27
Binary 10 1110101 100000 1100010 0 1001001 110110 10001000 1100001 10111

Color Harmonies of #027520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027520

Black with #027520

Text Example


Text Example

White with #027520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027520; }

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

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

background-color css

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

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

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

border-color css

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

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

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