Html Css Color HEX #0E612F Crusoe

📋 copy color: '#0E612F'

red 14 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #0E612F

Tints of Crusoe #0E612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

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

R = 8.86%
G = 61.39%
B = 29.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#0E612F (or 0x0E612F) is known color: Crusoe. HEX triplet: 0E, 61 and 2F. RGB value is (14,97,47). Sum of RGB (Red+Green+Blue) = 14+97+47=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #0E612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E612F is #F19ED0. Grayscale: #424242. Windows color (decimal): -15834833 or 3105038. OLE color: 3105038.

HSL color Cylindrical-coordinate representation of color #0E612F: hue angle of 143.86º 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 #0E612F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 97 47 -
CMYK 0.86 0 0.52 0.62
HSL 143.86º 0.75% 0.22% -
HSV(B) 143.86º 0.86% 0.38% -
XYZ 4.97 8.85 4.14 -
YUV 66.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 14 97 47 0.86 0 0.52 0.62 143.86 0.75 0.22
Hex E 61 2F 56 0 34 3E 90 4B 16
Octal 16 141 57 126 0 64 76 220 113 26
Binary 1110 1100001 101111 1010110 0 110100 111110 10010000 1001011 10110

Color Harmonies of #0E612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E612F

Black with #0E612F

Text Example


Text Example

White with #0E612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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