#0e602d

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

Shades of Crusoe #0E602D

Tints of Crusoe #0E602D

Color information

#0E602D (or 0x0E602D) is unknown color: approx Crusoe. HEX triplet: 0E, 60 and 2D. RGB value is (14,96,45). Sum of RGB (Red+Green+Blue) = 14+96+45=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #0E602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E602D is #F19FD2. Grayscale: #414141. Windows color (decimal): -15835091 or 2973710. OLE color: 2973710.

HSL color Cylindrical-coordinate representation of color #0E602D: hue angle of 142.68º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E602D is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB149645-
CMYK0.8500.530.62
HSL142.68º74.55%21.57%-
HSV(B)142.68º85.42%37.65%-
XYZ4.848.653.9-
YUV65.67116.3391.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=9.03%
G=61.94%
B=29.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496450.8500.530.62142.6874.5521.57
HexE602D550353E8f4b16
Octal16140551250657621711326
Binary111011000001011011010101011010111111010001111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e602d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e602d; }

 p { color: rgb(14,96,45); }

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

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

 a { background-color: rgb(14,96,45); }

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

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

 span { border-color: rgb(14,96,45); }

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