Html Css Color HEX #027221 Crusoe

📋 copy color: '#027221'

red 2 ◦ green 114 ◦ blue 33

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

Shades of Crusoe #027221

Tints of Crusoe #027221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76.51%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 1.34%
G = 76.51%
B = 22.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#027221 (or 0x027221) is known color: Crusoe. HEX triplet: 02, 72 and 21. RGB value is (2,114,33). Sum of RGB (Red+Green+Blue) = 2+114+33=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #027221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027221 is #FD8DDE. Grayscale: #474747. Windows color (decimal): -16616927 or 2191874. OLE color: 2191874.

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

Color convert

RGB 2 114 33 -
CMYK 0.98 0 0.71 0.55
HSL 136.61º 0.97% 0.23% -
HSV(B) 136.61º 0.98% 0.45% -
XYZ 6.32 12.16 3.45 -
YUV 71.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 2 114 33 0.98 0 0.71 0.55 136.61 0.97 0.23
Hex 2 72 21 62 0 47 37 89 61 17
Octal 2 162 41 142 0 107 67 211 141 27
Binary 10 1110010 100001 1100010 0 1000111 110111 10001001 1100001 10111

Color Harmonies of #027221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027221

Black with #027221

Text Example


Text Example

White with #027221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027221; }

 p { color: rgb(2,114,33); }

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

background-color css

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

 a { background-color: rgb(2,114,33); }

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

border-color css

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

 span { border-color: rgb(2,114,33); }

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