Html Css Color HEX #0E6A1D Crusoe

📋 copy color: '#0E6A1D'

red 14 ◦ green 106 ◦ blue 29

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

Shades of Crusoe #0E6A1D

Tints of Crusoe #0E6A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 71.14%

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

R = 9.4%
G = 71.14%
B = 19.46%

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

#0E6A1D (or 0x0E6A1D) is known color: Crusoe. HEX triplet: 0E, 6A and 1D. RGB value is (14,106,29). Sum of RGB (Red+Green+Blue) = 14+106+29=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #0E6A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6A1D is #F195E2. Grayscale: #454545. Windows color (decimal): -15832547 or 1927694. OLE color: 1927694.

HSL color Cylindrical-coordinate representation of color #0E6A1D: hue angle of 129.78º 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 #0E6A1D is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 106 29 -
CMYK 0.87 0 0.73 0.58
HSL 129.78º 0.77% 0.24% -
HSV(B) 129.78º 0.87% 0.42% -
XYZ 5.56 10.49 2.89 -
YUV 69.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 14 106 29 0.87 0 0.73 0.58 129.78 0.77 0.24
Hex E 6A 1D 57 0 49 3A 82 4D 18
Octal 16 152 35 127 0 111 72 202 115 30
Binary 1110 1101010 11101 1010111 0 1001001 111010 10000010 1001101 11000

Color Harmonies of #0E6A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6A1D

Black with #0E6A1D

Text Example


Text Example

White with #0E6A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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