Html Css Color HEX #0E2523 Racing Green

📋 copy color: '#0E2523'

red 14 ◦ green 37 ◦ blue 35

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

Shades of Racing Green #0E2523

Tints of Racing Green #0E2523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

 BLUE value IS 35 (14.06% from 255) = 40.7%

R = 16.28%
G = 43.02%
B = 40.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#0E2523 (or 0x0E2523) is known color: Racing Green. HEX triplet: 0E, 25 and 23. RGB value is (14,37,35). Sum of RGB (Red+Green+Blue) = 14+37+35=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2523 is #F1DADC. Grayscale: #1D1D1D. Windows color (decimal): -15850205 or 2303246. OLE color: 2303246.

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

Color convert

RGB 14 37 35 -
CMYK 0.62 0 0.05 0.85
HSL 174.78º 0.45% 0.1% -
HSV(B) 174.78º 0.62% 0.15% -
XYZ 1.15 1.54 1.83 -
YUV 29.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 14 37 35 0.62 0 0.05 0.85 174.78 0.45 0.1
Hex E 25 23 3E 0 5 55 AF 2D A
Octal 16 45 43 76 0 5 125 257 55 12
Binary 1110 100101 100011 111110 0 101 1010101 10101111 101101 1010

Color Harmonies of #0E2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2523

Black with #0E2523

Text Example


Text Example

White with #0E2523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,35); }

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

background-color css

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

 a { background-color: rgb(14,37,35); }

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

border-color css

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

 span { border-color: rgb(14,37,35); }

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