#007027

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

Shades of Crusoe #007027

Tints of Crusoe #007027

Color information

#007027 (or 0x007027) is unknown color: approx Crusoe. HEX triplet: 00, 70 and 27. RGB value is (0,112,39). Sum of RGB (Red+Green+Blue) = 0+112+39=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #007027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007027 is #FF8FD8. Grayscale: #464646. Windows color (decimal): -16748505 or 2584576. OLE color: 2584576.

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

Color convert

RGB011239-
CMYK100.650.56
HSL140.89º100%21.96%-
HSV(B)140.89º100%43.92%-
XYZ6.1611.733.86-
YUV70.19110.3977.94-

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) = 74.17%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=0%
G=74.17%
B=25.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011239100.650.56140.8910021.96
Hex0702764041388d6416
Octal01604714401017021514426
Binary0111000010011111001000100000111100010001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007027; }

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

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

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

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

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

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

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

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