Html Css Color HEX #007222 Crusoe

📋 copy color: '#007222'

red 0 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #007222

Tints of Crusoe #007222

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 77.03%
B = 22.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#007222 (or 0x007222) is known color: Crusoe. HEX triplet: 00, 72 and 22. RGB value is (0,114,34). Sum of RGB (Red+Green+Blue) = 0+114+34=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #007222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007222 is #FF8DDD. Grayscale: #464646. Windows color (decimal): -16747998 or 2257408. OLE color: 2257408.

HSL color Cylindrical-coordinate representation of color #007222: hue angle of 137.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007222 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 34 -
CMYK 1 0 0.70 0.55
HSL 137.89º 1% 0.22% -
HSV(B) 137.89º 1% 0.45% -
XYZ 6.31 12.15 3.53 -
YUV 70.79 107.23 77.5 -
System Red Green Blue C M Y K H S L
Decimal 0 114 34 1 0 0.70 0.55 137.89 1 0.22
Hex 0 72 22 64 0 46 37 8A 64 16
Octal 0 162 42 144 0 106 67 212 144 26
Binary 0 1110010 100010 1100100 0 1000110 110111 10001010 1100100 10110

Color Harmonies of #007222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007222

Black with #007222

Text Example


Text Example

White with #007222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007222; }

 p { color: rgb(0,114,34); }

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

background-color css

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

 a { background-color: rgb(0,114,34); }

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

border-color css

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

 span { border-color: rgb(0,114,34); }

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