Html Css Color HEX #0E5E2F Crusoe

📋 copy color: '#0E5E2F'

red 14 ◦ green 94 ◦ blue 47

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

Shades of Crusoe #0E5E2F

Tints of Crusoe #0E5E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 60.65%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 9.03%
G = 60.65%
B = 30.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#0E5E2F (or 0x0E5E2F) is known color: Crusoe. HEX triplet: 0E, 5E and 2F. RGB value is (14,94,47). Sum of RGB (Red+Green+Blue) = 14+94+47=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 94 (37.11% from 255 or 60.65% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 94 - color contains mainly: green. Hex color #0E5E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5E2F is #F1A1D0. Grayscale: #404040. Windows color (decimal): -15835601 or 3104270. OLE color: 3104270.

HSL color Cylindrical-coordinate representation of color #0E5E2F: hue angle of 144.75º 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 #0E5E2F is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 94 47 -
CMYK 0.85 0 0.5 0.63
HSL 144.75º 0.74% 0.21% -
HSV(B) 144.75º 0.85% 0.37% -
XYZ 4.7 8.3 4.04 -
YUV 64.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 14 94 47 0.85 0 0.5 0.63 144.75 0.74 0.21
Hex E 5E 2F 55 0 32 3F 91 4A 15
Octal 16 136 57 125 0 62 77 221 112 25
Binary 1110 1011110 101111 1010101 0 110010 111111 10010001 1001010 10101

Color Harmonies of #0E5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5E2F

Black with #0E5E2F

Text Example


Text Example

White with #0E5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,94,47); }

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

background-color css

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

 a { background-color: rgb(14,94,47); }

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

border-color css

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

 span { border-color: rgb(14,94,47); }

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