#007026

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

Shades of Crusoe #007026

Tints of Crusoe #007026

Color information

#007026 (or 0x007026) is unknown color: approx Crusoe. HEX triplet: 00, 70 and 26. RGB value is (0,112,38). Sum of RGB (Red+Green+Blue) = 0+112+38=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #007026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007026 is #FF8FD9. Grayscale: #464646. Windows color (decimal): -16748506 or 2519040. OLE color: 2519040.

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

Color convert

RGB011238-
CMYK100.660.56
HSL140.36º100%21.96%-
HSV(B)140.36º100%43.92%-
XYZ6.1411.733.77-
YUV70.08109.8978.02-

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.67%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=0%
G=74.67%
B=25.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011238100.660.56140.3610021.96
Hex0702664042388c6416
Octal01604614401027021414426
Binary0111000010011011001000100001011100010001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007026; }

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

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

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

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

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

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

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

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