Html Css Color HEX #007020 Crusoe

📋 copy color: '#007020'

red 0 ◦ green 112 ◦ blue 32

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

Shades of Crusoe #007020

Tints of Crusoe #007020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 0%
G = 77.78%
B = 22.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#007020 (or 0x007020) is known color: Crusoe. HEX triplet: 00, 70 and 20. RGB value is (0,112,32). Sum of RGB (Red+Green+Blue) = 0+112+32=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #007020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007020 is #FF8FDF. Grayscale: #454545. Windows color (decimal): -16748512 or 2125824. OLE color: 2125824.

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

Color convert

RGB 0 112 32 -
CMYK 1 0 0.71 0.56
HSL 137.14º 1% 0.22% -
HSV(B) 137.14º 1% 0.44% -
XYZ 6.05 11.69 3.3 -
YUV 69.39 106.89 78.5 -
System Red Green Blue C M Y K H S L
Decimal 0 112 32 1 0 0.71 0.56 137.14 1 0.22
Hex 0 70 20 64 0 47 38 89 64 16
Octal 0 160 40 144 0 107 70 211 144 26
Binary 0 1110000 100000 1100100 0 1000111 111000 10001001 1100100 10110

Color Harmonies of #007020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007020

Black with #007020

Text Example


Text Example

White with #007020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007020; }

 p { color: rgb(0,112,32); }

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

background-color css

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

 a { background-color: rgb(0,112,32); }

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

border-color css

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

 span { border-color: rgb(0,112,32); }

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