Html Css Color HEX #0E3B2B British Racing Green

📋 copy color: '#0E3B2B'

red 14 ◦ green 59 ◦ blue 43

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

Shades of British Racing Green #0E3B2B

Tints of British Racing Green #0E3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.86%

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

R = 12.07%
G = 50.86%
B = 37.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#0E3B2B (or 0x0E3B2B) is known color: British Racing Green. HEX triplet: 0E, 3B and 2B. RGB value is (14,59,43). Sum of RGB (Red+Green+Blue) = 14+59+43=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B2B is #F1C4D4. Grayscale: #2B2B2B. Windows color (decimal): -15844565 or 2833166. OLE color: 2833166.

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

Color convert

RGB 14 59 43 -
CMYK 0.76 0 0.27 0.77
HSL 158.67º 0.62% 0.14% -
HSV(B) 158.67º 0.76% 0.23% -
XYZ 2.18 3.4 2.83 -
YUV 43.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 14 59 43 0.76 0 0.27 0.77 158.67 0.62 0.14
Hex E 3B 2B 4C 0 1B 4D 9F 3E E
Octal 16 73 53 114 0 33 115 237 76 16
Binary 1110 111011 101011 1001100 0 11011 1001101 10011111 111110 1110

Color Harmonies of #0E3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3B2B

Black with #0E3B2B

Text Example


Text Example

White with #0E3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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