Html Css Color HEX #026222 Crusoe

📋 copy color: '#026222'

red 2 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #026222

Tints of Crusoe #026222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 73.13%

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

R = 1.49%
G = 73.13%
B = 25.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#026222 (or 0x026222) is known color: Crusoe. HEX triplet: 02, 62 and 22. RGB value is (2,98,34). Sum of RGB (Red+Green+Blue) = 2+98+34=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #026222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026222 is #FD9DDD. Grayscale: #3E3E3E. Windows color (decimal): -16621022 or 2253314. OLE color: 2253314.

HSL color Cylindrical-coordinate representation of color #026222: hue angle of 140º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026222 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 98 34 -
CMYK 0.98 0 0.65 0.62
HSL 140º 0.96% 0.2% -
HSV(B) 140º 0.98% 0.38% -
XYZ 4.68 8.86 2.98 -
YUV 62 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 2 98 34 0.98 0 0.65 0.62 140 0.96 0.2
Hex 2 62 22 62 0 41 3E 8C 60 14
Octal 2 142 42 142 0 101 76 214 140 24
Binary 10 1100010 100010 1100010 0 1000001 111110 10001100 1100000 10100

Color Harmonies of #026222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026222

Black with #026222

Text Example


Text Example

White with #026222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026222; }

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

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

background-color css

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

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

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

border-color css

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

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

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