Html Css Color HEX #0E3C2B British Racing Green

📋 copy color: '#0E3C2B'

red 14 ◦ green 60 ◦ blue 43

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

Shades of British Racing Green #0E3C2B

Tints of British Racing Green #0E3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 11.97%
G = 51.28%
B = 36.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#0E3C2B (or 0x0E3C2B) is known color: British Racing Green. HEX triplet: 0E, 3C and 2B. RGB value is (14,60,43). Sum of RGB (Red+Green+Blue) = 14+60+43=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C2B is #F1C3D4. Grayscale: #2C2C2C. Windows color (decimal): -15844309 or 2833422. OLE color: 2833422.

HSL color Cylindrical-coordinate representation of color #0E3C2B: hue angle of 157.83º 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 #0E3C2B is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 60 43 -
CMYK 0.77 0 0.28 0.76
HSL 157.83º 0.62% 0.15% -
HSV(B) 157.83º 0.77% 0.24% -
XYZ 2.23 3.5 2.84 -
YUV 44.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 14 60 43 0.77 0 0.28 0.76 157.83 0.62 0.15
Hex E 3C 2B 4D 0 1C 4C 9E 3E F
Octal 16 74 53 115 0 34 114 236 76 17
Binary 1110 111100 101011 1001101 0 11100 1001100 10011110 111110 1111

Color Harmonies of #0E3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C2B

Black with #0E3C2B

Text Example


Text Example

White with #0E3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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