Html Css Color HEX #0E3D29 British Racing Green

📋 copy color: '#0E3D29'

red 14 ◦ green 61 ◦ blue 41

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

Shades of British Racing Green #0E3D29

Tints of British Racing Green #0E3D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 12.07%
G = 52.59%
B = 35.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#0E3D29 (or 0x0E3D29) is known color: British Racing Green. HEX triplet: 0E, 3D and 29. RGB value is (14,61,41). Sum of RGB (Red+Green+Blue) = 14+61+41=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #0E3D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3D29 is #F1C2D6. Grayscale: #2C2C2C. Windows color (decimal): -15844055 or 2702606. OLE color: 2702606.

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

Color convert

RGB 14 61 41 -
CMYK 0.77 0 0.33 0.76
HSL 154.47º 0.63% 0.15% -
HSV(B) 154.47º 0.77% 0.24% -
XYZ 2.25 3.59 2.67 -
YUV 44.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 14 61 41 0.77 0 0.33 0.76 154.47 0.63 0.15
Hex E 3D 29 4D 0 21 4C 9A 3F F
Octal 16 75 51 115 0 41 114 232 77 17
Binary 1110 111101 101001 1001101 0 100001 1001100 10011010 111111 1111

Color Harmonies of #0E3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3D29

Black with #0E3D29

Text Example


Text Example

White with #0E3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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