Html Css Color HEX #00701E Crusoe

📋 copy color: '#00701E'

red 0 ◦ green 112 ◦ blue 30

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

Shades of Crusoe #00701E

Tints of Crusoe #00701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 0%
G = 78.87%
B = 21.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#00701E (or 0x00701E) is known color: Crusoe. HEX triplet: 00, 70 and 1E. RGB value is (0,112,30). Sum of RGB (Red+Green+Blue) = 0+112+30=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #00701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701E is #FF8FE1. Grayscale: #454545. Windows color (decimal): -16748514 or 1994752. OLE color: 1994752.

HSL color Cylindrical-coordinate representation of color #00701E: hue angle of 136.07º 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 #00701E is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 30 -
CMYK 1 0 0.73 0.56
HSL 136.07º 1% 0.22% -
HSV(B) 136.07º 1% 0.44% -
XYZ 6.03 11.68 3.17 -
YUV 69.16 105.89 78.67 -
System Red Green Blue C M Y K H S L
Decimal 0 112 30 1 0 0.73 0.56 136.07 1 0.22
Hex 0 70 1E 64 0 49 38 88 64 16
Octal 0 160 36 144 0 111 70 210 144 26
Binary 0 1110000 11110 1100100 0 1001001 111000 10001000 1100100 10110

Color Harmonies of #00701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00701E

Black with #00701E

Text Example


Text Example

White with #00701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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