Html Css Color HEX #00702C Crusoe

📋 copy color: '#00702C'

red 0 ◦ green 112 ◦ blue 44

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

Shades of Crusoe #00702C

Tints of Crusoe #00702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 0%
G = 71.79%
B = 28.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#00702C (or 0x00702C) is known color: Crusoe. HEX triplet: 00, 70 and 2C. RGB value is (0,112,44). Sum of RGB (Red+Green+Blue) = 0+112+44=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #00702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702C is #FF8FD3. Grayscale: #464646. Windows color (decimal): -16748500 or 2912256. OLE color: 2912256.

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

Color convert

RGB 0 112 44 -
CMYK 1 0 0.61 0.56
HSL 143.57º 1% 0.22% -
HSV(B) 143.57º 1% 0.44% -
XYZ 6.25 11.77 4.33 -
YUV 70.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 0 112 44 1 0 0.61 0.56 143.57 1 0.22
Hex 0 70 2C 64 0 3D 38 90 64 16
Octal 0 160 54 144 0 75 70 220 144 26
Binary 0 1110000 101100 1100100 0 111101 111000 10010000 1100100 10110

Color Harmonies of #00702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00702C

Black with #00702C

Text Example


Text Example

White with #00702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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