#0E3B2A

Color #0E3B2A British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0E3B2A

Tints of British Racing Green #0E3B2A

Color information

#0E3B2A (or 0x0E3B2A) is unknown color: approx British Racing Green. HEX triplet: 0E, 3B and 2A. RGB value is (14,59,42). Sum of RGB (Red+Green+Blue) = 14+59+42=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B2A is #F1C4D5. Grayscale: #2B2B2B. Windows color (decimal): -15844566 or 2767630. OLE color: 2767630.

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

Color convert

RGB145942-
CMYK0.7600.290.77
HSL157.33º61.64%14.31%-
HSV(B)157.33º76.27%23.14%-
XYZ2.163.392.73-
YUV43.61127.09106.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.17%
GREEN value IS 59 (23.44% from 255) = 51.30%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=12.17%
G=51.30%
B=36.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1459420.7600.290.77157.3361.6414.31
HexE3B2A4C01D4D9d3ee
Octal1673521140351152357616
Binary111011101110101010011000111011001101100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,42); }

 H1.HeaderClassName
 {
   color: #0E3B2A;
 }
 .AnyTagClassName
 {
   color: #0E3B2A;
 }
</style>
background-color css

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

 a { background-color: rgb(14,59,42); }

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

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

 span { border-color: rgb(14,59,42); }

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