Html Css Color HEX #0E6C1D Crusoe

📋 copy color: '#0E6C1D'

red 14 ◦ green 108 ◦ blue 29

#0E6C1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0E6C1D

Tints of Crusoe #0E6C1D

RGB

 RED value IS 14 (5.86% from 255) = 9.27%

 GREEN value IS 108 (42.58% from 255) = 71.52%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 9.27%
G = 71.52%
B = 19.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#0E6C1D (or 0x0E6C1D) is known color: Crusoe. HEX triplet: 0E, 6C and 1D. RGB value is (14,108,29). Sum of RGB (Red+Green+Blue) = 14+108+29=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #0E6C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6C1D is #F193E2. Grayscale: #474747. Windows color (decimal): -15832035 or 1928206. OLE color: 1928206.

HSL color Cylindrical-coordinate representation of color #0E6C1D: hue angle of 129.57º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6C1D is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 108 29 -
CMYK 0.87 0 0.73 0.58
HSL 129.57º 0.77% 0.24% -
HSV(B) 129.57º 0.87% 0.42% -
XYZ 5.77 10.91 2.96 -
YUV 70.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 14 108 29 0.87 0 0.73 0.58 129.57 0.77 0.24
Hex E 6C 1D 57 0 49 3A 82 4D 18
Octal 16 154 35 127 0 111 72 202 115 30
Binary 1110 1101100 11101 1010111 0 1001001 111010 10000010 1001101 11000

Color Harmonies of #0E6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6C1D

Black with #0E6C1D

Text Example


Text Example

White with #0E6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,29); }

 H1.HeaderClassName
 {
   color: #0E6C1D;
 }
 .AnyTagClassName
 {
   color: #0E6C1D;
 }
</style>

background-color css

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

 a { background-color: rgb(14,108,29); }

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

border-color css

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

 span { border-color: rgb(14,108,29); }

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