Html Css Color HEX #007221 Crusoe

📋 copy color: '#007221'

red 0 ◦ green 114 ◦ blue 33

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

Shades of Crusoe #007221

Tints of Crusoe #007221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.45%

R = 0%
G = 77.55%
B = 22.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#007221 (or 0x007221) is known color: Crusoe. HEX triplet: 00, 72 and 21. RGB value is (0,114,33). Sum of RGB (Red+Green+Blue) = 0+114+33=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 114 (44.92% from 255 or 77.55% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 114 - color contains mainly: green. Hex color #007221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007221 is #FF8DDE. Grayscale: #464646. Windows color (decimal): -16747999 or 2191872. OLE color: 2191872.

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

Color convert

RGB 0 114 33 -
CMYK 1 0 0.71 0.55
HSL 137.37º 1% 0.22% -
HSV(B) 137.37º 1% 0.45% -
XYZ 6.29 12.14 3.45 -
YUV 70.68 106.73 77.59 -
System Red Green Blue C M Y K H S L
Decimal 0 114 33 1 0 0.71 0.55 137.37 1 0.22
Hex 0 72 21 64 0 47 37 89 64 16
Octal 0 162 41 144 0 107 67 211 144 26
Binary 0 1110010 100001 1100100 0 1000111 110111 10001001 1100100 10110

Color Harmonies of #007221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007221

Black with #007221

Text Example


Text Example

White with #007221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007221; }

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

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

background-color css

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

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

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

border-color css

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

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

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