#00702A

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

Shades of Crusoe #00702A

Tints of Crusoe #00702A

Color information

#00702A (or 0x00702A) is unknown color: approx Crusoe. HEX triplet: 00, 70 and 2A. RGB value is (0,112,42). Sum of RGB (Red+Green+Blue) = 0+112+42=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #00702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702A is #FF8FD5. Grayscale: #464646. Windows color (decimal): -16748502 or 2781184. OLE color: 2781184.

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

Color convert

RGB011242-
CMYK100.620.56
HSL142.5º100%21.96%-
HSV(B)142.5º100%43.92%-
XYZ6.2111.764.13-
YUV70.53111.8977.69-

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) = 72.73%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=0%
G=72.73%
B=27.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011242100.620.56142.510021.96
Hex0702A6403E388e6416
Octal0160521440767021614426
Binary011100001010101100100011111011100010001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00702A;
 }
 .AnyTagClassName
 {
   color: #00702A;
 }
</style>
background-color css

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

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

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

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

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

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