Html Css Color HEX #0E3D2B British Racing Green

📋 copy color: '#0E3D2B'

red 14 ◦ green 61 ◦ blue 43

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

Shades of British Racing Green #0E3D2B

Tints of British Racing Green #0E3D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 51.69%

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

R = 11.86%
G = 51.69%
B = 36.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#0E3D2B (or 0x0E3D2B) is known color: British Racing Green. HEX triplet: 0E, 3D and 2B. RGB value is (14,61,43). Sum of RGB (Red+Green+Blue) = 14+61+43=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #0E3D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3D2B is #F1C2D4. Grayscale: #2C2C2C. Windows color (decimal): -15844053 or 2833678. OLE color: 2833678.

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

Color convert

RGB 14 61 43 -
CMYK 0.77 0 0.30 0.76
HSL 157.02º 0.63% 0.15% -
HSV(B) 157.02º 0.77% 0.24% -
XYZ 2.29 3.61 2.86 -
YUV 44.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 14 61 43 0.77 0 0.30 0.76 157.02 0.63 0.15
Hex E 3D 2B 4D 0 1E 4C 9D 3F F
Octal 16 75 53 115 0 36 114 235 77 17
Binary 1110 111101 101011 1001101 0 11110 1001100 10011101 111111 1111

Color Harmonies of #0E3D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3D2B

Black with #0E3D2B

Text Example


Text Example

White with #0E3D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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