Html Css Color HEX #027122 Crusoe

📋 copy color: '#027122'

red 2 ◦ green 113 ◦ blue 34

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

Shades of Crusoe #027122

Tints of Crusoe #027122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 75.84%

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

R = 1.34%
G = 75.84%
B = 22.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#027122 (or 0x027122) is known color: Crusoe. HEX triplet: 02, 71 and 22. RGB value is (2,113,34). Sum of RGB (Red+Green+Blue) = 2+113+34=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #027122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027122 is #FD8EDD. Grayscale: #474747. Windows color (decimal): -16617182 or 2257154. OLE color: 2257154.

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

Color convert

RGB 2 113 34 -
CMYK 0.98 0 0.70 0.56
HSL 137.3º 0.97% 0.23% -
HSV(B) 137.3º 0.98% 0.44% -
XYZ 6.22 11.94 3.49 -
YUV 70.81 107.23 78.92 -
System Red Green Blue C M Y K H S L
Decimal 2 113 34 0.98 0 0.70 0.56 137.3 0.97 0.23
Hex 2 71 22 62 0 46 38 89 61 17
Octal 2 161 42 142 0 106 70 211 141 27
Binary 10 1110001 100010 1100010 0 1000110 111000 10001001 1100001 10111

Color Harmonies of #027122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027122

Black with #027122

Text Example


Text Example

White with #027122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027122; }

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

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

background-color css

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

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

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

border-color css

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

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

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