#007028

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

Shades of Crusoe #007028

Tints of Crusoe #007028

Color information

#007028 (or 0x007028) is unknown color: approx Crusoe. HEX triplet: 00, 70 and 28. RGB value is (0,112,40). Sum of RGB (Red+Green+Blue) = 0+112+40=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #007028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007028 is #FF8FD7. Grayscale: #464646. Windows color (decimal): -16748504 or 2650112. OLE color: 2650112.

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

Color convert

RGB011240-
CMYK100.640.56
HSL141.43º100%21.96%-
HSV(B)141.43º100%43.92%-
XYZ6.1811.743.95-
YUV70.3110.8977.85-

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) = 73.68%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=0%
G=73.68%
B=26.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011240100.640.56141.4310021.96
Hex0702864040388d6416
Octal01605014401007021514426
Binary0111000010100011001000100000011100010001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007028; }

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

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

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

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

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

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

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

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