Html Css Color HEX #027320 Crusoe

📋 copy color: '#027320'

red 2 ◦ green 115 ◦ blue 32

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

Shades of Crusoe #027320

Tints of Crusoe #027320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 77.18%

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

R = 1.34%
G = 77.18%
B = 21.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#027320 (or 0x027320) is known color: Crusoe. HEX triplet: 02, 73 and 20. RGB value is (2,115,32). Sum of RGB (Red+Green+Blue) = 2+115+32=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #027320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027320 is #FD8CDF. Grayscale: #474747. Windows color (decimal): -16616672 or 2126594. OLE color: 2126594.

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

Color convert

RGB 2 115 32 -
CMYK 0.98 0 0.72 0.55
HSL 135.93º 0.97% 0.23% -
HSV(B) 135.93º 0.98% 0.45% -
XYZ 6.42 12.38 3.42 -
YUV 71.75 105.56 78.25 -
System Red Green Blue C M Y K H S L
Decimal 2 115 32 0.98 0 0.72 0.55 135.93 0.97 0.23
Hex 2 73 20 62 0 48 37 88 61 17
Octal 2 163 40 142 0 110 67 210 141 27
Binary 10 1110011 100000 1100010 0 1001000 110111 10001000 1100001 10111

Color Harmonies of #027320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027320

Black with #027320

Text Example


Text Example

White with #027320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027320; }

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

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

background-color css

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

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

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

border-color css

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

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

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