Html Css Color HEX #0E5F2C Crusoe

📋 copy color: '#0E5F2C'

red 14 ◦ green 95 ◦ blue 44

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

Shades of Crusoe #0E5F2C

Tints of Crusoe #0E5F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 62.09%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 9.15%
G = 62.09%
B = 28.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#0E5F2C (or 0x0E5F2C) is known color: Crusoe. HEX triplet: 0E, 5F and 2C. RGB value is (14,95,44). Sum of RGB (Red+Green+Blue) = 14+95+44=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5F2C is #F1A0D3. Grayscale: #414141. Windows color (decimal): -15835348 or 2907918. OLE color: 2907918.

HSL color Cylindrical-coordinate representation of color #0E5F2C: hue angle of 142.22º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5F2C is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 95 44 -
CMYK 0.85 0 0.54 0.63
HSL 142.22º 0.74% 0.21% -
HSV(B) 142.22º 0.85% 0.37% -
XYZ 4.73 8.46 3.77 -
YUV 64.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 14 95 44 0.85 0 0.54 0.63 142.22 0.74 0.21
Hex E 5F 2C 55 0 36 3F 8E 4A 15
Octal 16 137 54 125 0 66 77 216 112 25
Binary 1110 1011111 101100 1010101 0 110110 111111 10001110 1001010 10101

Color Harmonies of #0E5F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5F2C

Black with #0E5F2C

Text Example


Text Example

White with #0E5F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,95,44); }

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

background-color css

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

 a { background-color: rgb(14,95,44); }

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

border-color css

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

 span { border-color: rgb(14,95,44); }

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