#0E612A

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

Shades of Crusoe #0E612A

Tints of Crusoe #0E612A

Color information

#0E612A (or 0x0E612A) is unknown color: approx Crusoe. HEX triplet: 0E, 61 and 2A. RGB value is (14,97,42). Sum of RGB (Red+Green+Blue) = 14+97+42=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #0E612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E612A is #F19ED5. Grayscale: #424242. Windows color (decimal): -15834838 or 2777358. OLE color: 2777358.

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

Color convert

RGB149742-
CMYK0.8600.570.62
HSL140.24º74.77%21.76%-
HSV(B)140.24º85.57%38.04%-
XYZ4.878.813.63-
YUV65.91114.590.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.15%
GREEN value IS 97 (38.28% from 255) = 63.40%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=9.15%
G=63.40%
B=27.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497420.8600.570.62140.2474.7721.76
HexE612A560393E8c4b16
Octal16141521260717621411326
Binary111011000011010101010110011100111111010001100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,42); }

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

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

 a { background-color: rgb(14,97,42); }

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

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

 span { border-color: rgb(14,97,42); }

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