Html Css Color HEX #027322 Crusoe

📋 copy color: '#027322'

red 2 ◦ green 115 ◦ blue 34

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

Shades of Crusoe #027322

Tints of Crusoe #027322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 1.32%
G = 76.16%
B = 22.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#027322 (or 0x027322) is known color: Crusoe. HEX triplet: 02, 73 and 22. RGB value is (2,115,34). Sum of RGB (Red+Green+Blue) = 2+115+34=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #027322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027322 is #FD8CDD. Grayscale: #484848. Windows color (decimal): -16616670 or 2257666. OLE color: 2257666.

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

Color convert

RGB 2 115 34 -
CMYK 0.98 0 0.70 0.55
HSL 136.99º 0.97% 0.23% -
HSV(B) 136.99º 0.98% 0.45% -
XYZ 6.44 12.39 3.57 -
YUV 71.98 106.56 78.09 -
System Red Green Blue C M Y K H S L
Decimal 2 115 34 0.98 0 0.70 0.55 136.99 0.97 0.23
Hex 2 73 22 62 0 46 37 89 61 17
Octal 2 163 42 142 0 106 67 211 141 27
Binary 10 1110011 100010 1100010 0 1000110 110111 10001001 1100001 10111

Color Harmonies of #027322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027322

Black with #027322

Text Example


Text Example

White with #027322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027322; }

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

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

background-color css

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

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

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

border-color css

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

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

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