Html Css Color HEX #00701D Crusoe

📋 copy color: '#00701D'

red 0 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #00701D

Tints of Crusoe #00701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 0%
G = 79.43%
B = 20.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#00701D (or 0x00701D) is known color: Crusoe. HEX triplet: 00, 70 and 1D. RGB value is (0,112,29). Sum of RGB (Red+Green+Blue) = 0+112+29=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #00701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701D is #FF8FE2. Grayscale: #454545. Windows color (decimal): -16748515 or 1929216. OLE color: 1929216.

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

Color convert

RGB 0 112 29 -
CMYK 1 0 0.74 0.56
HSL 135.54º 1% 0.22% -
HSV(B) 135.54º 1% 0.44% -
XYZ 6.02 11.68 3.1 -
YUV 69.05 105.39 78.75 -
System Red Green Blue C M Y K H S L
Decimal 0 112 29 1 0 0.74 0.56 135.54 1 0.22
Hex 0 70 1D 64 0 4A 38 88 64 16
Octal 0 160 35 144 0 112 70 210 144 26
Binary 0 1110000 11101 1100100 0 1001010 111000 10001000 1100100 10110

Color Harmonies of #00701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00701D

Black with #00701D

Text Example


Text Example

White with #00701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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