Html Css Color HEX #0E3C27 British Racing Green

📋 copy color: '#0E3C27'

red 14 ◦ green 60 ◦ blue 39

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

Shades of British Racing Green #0E3C27

Tints of British Racing Green #0E3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.1%

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 12.39%
G = 53.1%
B = 34.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#0E3C27 (or 0x0E3C27) is known color: British Racing Green. HEX triplet: 0E, 3C and 27. RGB value is (14,60,39). Sum of RGB (Red+Green+Blue) = 14+60+39=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C27 is #F1C3D8. Grayscale: #2B2B2B. Windows color (decimal): -15844313 or 2571278. OLE color: 2571278.

HSL color Cylindrical-coordinate representation of color #0E3C27: hue angle of 152.61º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3C27 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 60 39 -
CMYK 0.77 0 0.35 0.76
HSL 152.61º 0.62% 0.15% -
HSV(B) 152.61º 0.77% 0.24% -
XYZ 2.16 3.47 2.48 -
YUV 43.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 14 60 39 0.77 0 0.35 0.76 152.61 0.62 0.15
Hex E 3C 27 4D 0 23 4C 99 3E F
Octal 16 74 47 115 0 43 114 231 76 17
Binary 1110 111100 100111 1001101 0 100011 1001100 10011001 111110 1111

Color Harmonies of #0E3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C27

Black with #0E3C27

Text Example


Text Example

White with #0E3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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