Html Css Color HEX #027228 Crusoe

📋 copy color: '#027228'

red 2 ◦ green 114 ◦ blue 40

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

Shades of Crusoe #027228

Tints of Crusoe #027228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 1.28%
G = 73.08%
B = 25.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#027228 (or 0x027228) is known color: Crusoe. HEX triplet: 02, 72 and 28. RGB value is (2,114,40). Sum of RGB (Red+Green+Blue) = 2+114+40=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #027228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027228 is #FD8DD7. Grayscale: #484848. Windows color (decimal): -16616920 or 2650626. OLE color: 2650626.

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

Color convert

RGB 2 114 40 -
CMYK 0.98 0 0.65 0.55
HSL 140.36º 0.97% 0.23% -
HSV(B) 140.36º 0.98% 0.45% -
XYZ 6.43 12.2 4.02 -
YUV 72.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 2 114 40 0.98 0 0.65 0.55 140.36 0.97 0.23
Hex 2 72 28 62 0 41 37 8C 61 17
Octal 2 162 50 142 0 101 67 214 141 27
Binary 10 1110010 101000 1100010 0 1000001 110111 10001100 1100001 10111

Color Harmonies of #027228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027228

Black with #027228

Text Example


Text Example

White with #027228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027228; }

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

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

background-color css

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

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

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

border-color css

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

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

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