#00702C

Color #00702C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #00702C

Tints of Crusoe #00702C

Color information

#00702C (or 0x00702C) is unknown color: approx 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

RGB011244-
CMYK100.610.56
HSL143.57º100%21.96%-
HSV(B)143.57º100%43.92%-
XYZ6.2511.774.33-
YUV70.76112.8977.53-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011244100.610.56143.5710021.96
Hex0702C6403D38906416
Octal0160541440757022014426
Binary011100001011001100100011110111100010010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>