Html Css Color HEX #007029 Crusoe

📋 copy color: '#007029'

red 0 ◦ green 112 ◦ blue 41

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

Shades of Crusoe #007029

Tints of Crusoe #007029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 0%
G = 73.2%
B = 26.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#007029 (or 0x007029) is known color: Crusoe. HEX triplet: 00, 70 and 29. RGB value is (0,112,41). Sum of RGB (Red+Green+Blue) = 0+112+41=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #007029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007029 is #FF8FD6. Grayscale: #464646. Windows color (decimal): -16748503 or 2715648. OLE color: 2715648.

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

Color convert

RGB 0 112 41 -
CMYK 1 0 0.63 0.56
HSL 141.96º 1% 0.22% -
HSV(B) 141.96º 1% 0.44% -
XYZ 6.19 11.75 4.04 -
YUV 70.42 111.39 77.77 -
System Red Green Blue C M Y K H S L
Decimal 0 112 41 1 0 0.63 0.56 141.96 1 0.22
Hex 0 70 29 64 0 3F 38 8E 64 16
Octal 0 160 51 144 0 77 70 216 144 26
Binary 0 1110000 101001 1100100 0 111111 111000 10001110 1100100 10110

Color Harmonies of #007029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007029

Black with #007029

Text Example


Text Example

White with #007029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007029; }

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

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

background-color css

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

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

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

border-color css

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

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

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