Html Css Color HEX #0E332E Racing Green

📋 copy color: '#0E332E'

red 14 ◦ green 51 ◦ blue 46

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

Shades of Racing Green #0E332E

Tints of Racing Green #0E332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

 BLUE value IS 46 (18.36% from 255) = 41.44%

R = 12.61%
G = 45.95%
B = 41.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#0E332E (or 0x0E332E) is known color: Racing Green. HEX triplet: 0E, 33 and 2E. RGB value is (14,51,46). Sum of RGB (Red+Green+Blue) = 14+51+46=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #0E332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E332E is #F1CCD1. Grayscale: #272727. Windows color (decimal): -15846610 or 3027726. OLE color: 3027726.

HSL color Cylindrical-coordinate representation of color #0E332E: hue angle of 171.89º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E332E is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 51 46 -
CMYK 0.73 0 0.10 0.8
HSL 171.89º 0.57% 0.13% -
HSV(B) 171.89º 0.73% 0.2% -
XYZ 1.86 2.66 3 -
YUV 39.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 14 51 46 0.73 0 0.10 0.8 171.89 0.57 0.13
Hex E 33 2E 49 0 A 50 AC 39 D
Octal 16 63 56 111 0 12 120 254 71 15
Binary 1110 110011 101110 1001001 0 1010 1010000 10101100 111001 1101

Color Harmonies of #0E332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E332E

Black with #0E332E

Text Example


Text Example

White with #0E332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,46); }

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

background-color css

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

 a { background-color: rgb(14,51,46); }

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

border-color css

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

 span { border-color: rgb(14,51,46); }

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