Html Css Color HEX #0E612A Crusoe

📋 copy color: '#0E612A'

red 14 ◦ green 97 ◦ blue 42

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

Shades of Crusoe #0E612A

Tints of Crusoe #0E612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 9.15%
G = 63.4%
B = 27.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#0E612A (or 0x0E612A) is known color: Crusoe. HEX triplet: 0E, 61 and 2A. RGB value is (14,97,42). Sum of RGB (Red+Green+Blue) = 14+97+42=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #0E612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E612A is #F19ED5. Grayscale: #424242. Windows color (decimal): -15834838 or 2777358. OLE color: 2777358.

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

Color convert

RGB 14 97 42 -
CMYK 0.86 0 0.57 0.62
HSL 140.24º 0.75% 0.22% -
HSV(B) 140.24º 0.86% 0.38% -
XYZ 4.87 8.81 3.63 -
YUV 65.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 14 97 42 0.86 0 0.57 0.62 140.24 0.75 0.22
Hex E 61 2A 56 0 39 3E 8C 4B 16
Octal 16 141 52 126 0 71 76 214 113 26
Binary 1110 1100001 101010 1010110 0 111001 111110 10001100 1001011 10110

Color Harmonies of #0E612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E612A

Black with #0E612A

Text Example


Text Example

White with #0E612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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