Html Css Color HEX #0E2724 Racing Green

📋 copy color: '#0E2724'

red 14 ◦ green 39 ◦ blue 36

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

Shades of Racing Green #0E2724

Tints of Racing Green #0E2724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 43.82%

 BLUE value IS 36 (14.45% from 255) = 40.45%

R = 15.73%
G = 43.82%
B = 40.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#0E2724 (or 0x0E2724) is known color: Racing Green. HEX triplet: 0E, 27 and 24. RGB value is (14,39,36). Sum of RGB (Red+Green+Blue) = 14+39+36=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2724 is #F1D8DB. Grayscale: #1F1F1F. Windows color (decimal): -15849692 or 2369294. OLE color: 2369294.

HSL color Cylindrical-coordinate representation of color #0E2724: hue angle of 172.8º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E2724 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 39 36 -
CMYK 0.64 0 0.08 0.85
HSL 172.8º 0.47% 0.1% -
HSV(B) 172.8º 0.64% 0.15% -
XYZ 1.23 1.67 1.93 -
YUV 31.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 14 39 36 0.64 0 0.08 0.85 172.8 0.47 0.1
Hex E 27 24 40 0 8 55 AD 2F A
Octal 16 47 44 100 0 10 125 255 57 12
Binary 1110 100111 100100 1000000 0 1000 1010101 10101101 101111 1010

Color Harmonies of #0E2724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2724

Black with #0E2724

Text Example


Text Example

White with #0E2724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,36); }

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

background-color css

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

 a { background-color: rgb(14,39,36); }

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

border-color css

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

 span { border-color: rgb(14,39,36); }

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