Html Css Color HEX #0E312D Racing Green

📋 copy color: '#0E312D'

red 14 ◦ green 49 ◦ blue 45

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

Shades of Racing Green #0E312D

Tints of Racing Green #0E312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.37%

 BLUE value IS 45 (17.97% from 255) = 41.67%

R = 12.96%
G = 45.37%
B = 41.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#0E312D (or 0x0E312D) is known color: Racing Green. HEX triplet: 0E, 31 and 2D. RGB value is (14,49,45). Sum of RGB (Red+Green+Blue) = 14+49+45=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #0E312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E312D is #F1CED2. Grayscale: #262626. Windows color (decimal): -15847123 or 2961678. OLE color: 2961678.

HSL color Cylindrical-coordinate representation of color #0E312D: hue angle of 173.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E312D is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 49 45 -
CMYK 0.71 0 0.08 0.81
HSL 173.14º 0.56% 0.12% -
HSV(B) 173.14º 0.71% 0.19% -
XYZ 1.75 2.48 2.87 -
YUV 38.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 14 49 45 0.71 0 0.08 0.81 173.14 0.56 0.12
Hex E 31 2D 47 0 8 51 AD 38 C
Octal 16 61 55 107 0 10 121 255 70 14
Binary 1110 110001 101101 1000111 0 1000 1010001 10101101 111000 1100

Color Harmonies of #0E312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E312D

Black with #0E312D

Text Example


Text Example

White with #0E312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,49,45); }

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

background-color css

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

 a { background-color: rgb(14,49,45); }

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

border-color css

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

 span { border-color: rgb(14,49,45); }

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