Html Css Color HEX #027022 Crusoe

📋 copy color: '#027022'

red 2 ◦ green 112 ◦ blue 34

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

Shades of Crusoe #027022

Tints of Crusoe #027022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

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

R = 1.35%
G = 75.68%
B = 22.97%

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

#027022 (or 0x027022) is known color: Crusoe. HEX triplet: 02, 70 and 22. RGB value is (2,112,34). Sum of RGB (Red+Green+Blue) = 2+112+34=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #027022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027022 is #FD8FDD. Grayscale: #464646. Windows color (decimal): -16617438 or 2256898. OLE color: 2256898.

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

Color convert

RGB 2 112 34 -
CMYK 0.98 0 0.70 0.56
HSL 137.45º 0.96% 0.22% -
HSV(B) 137.45º 0.98% 0.44% -
XYZ 6.11 11.72 3.45 -
YUV 70.22 107.56 79.34 -
System Red Green Blue C M Y K H S L
Decimal 2 112 34 0.98 0 0.70 0.56 137.45 0.96 0.22
Hex 2 70 22 62 0 46 38 89 60 16
Octal 2 160 42 142 0 106 70 211 140 26
Binary 10 1110000 100010 1100010 0 1000110 111000 10001001 1100000 10110

Color Harmonies of #027022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027022

Black with #027022

Text Example


Text Example

White with #027022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027022; }

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

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

background-color css

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

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

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

border-color css

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

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

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