Html Css Color HEX #0E2925 Racing Green

📋 copy color: '#0E2925'

red 14 ◦ green 41 ◦ blue 37

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

Shades of Racing Green #0E2925

Tints of Racing Green #0E2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.57%

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 15.22%
G = 44.57%
B = 40.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#0E2925 (or 0x0E2925) is known color: Racing Green. HEX triplet: 0E, 29 and 25. RGB value is (14,41,37). Sum of RGB (Red+Green+Blue) = 14+41+37=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2925 is #F1D6DA. Grayscale: #202020. Windows color (decimal): -15849179 or 2435342. OLE color: 2435342.

HSL color Cylindrical-coordinate representation of color #0E2925: hue angle of 171.11º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2925 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 41 37 -
CMYK 0.66 0 0.10 0.84
HSL 171.11º 0.49% 0.11% -
HSV(B) 171.11º 0.66% 0.16% -
XYZ 1.31 1.81 2.03 -
YUV 32.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 14 41 37 0.66 0 0.10 0.84 171.11 0.49 0.11
Hex E 29 25 42 0 A 54 AB 31 B
Octal 16 51 45 102 0 12 124 253 61 13
Binary 1110 101001 100101 1000010 0 1010 1010100 10101011 110001 1011

Color Harmonies of #0E2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2925

Black with #0E2925

Text Example


Text Example

White with #0E2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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