Html Css Color HEX #0B412F British Racing Green

📋 copy color: '#0B412F'

red 11 ◦ green 65 ◦ blue 47

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

Shades of British Racing Green #0B412F

Tints of British Racing Green #0B412F

RGB

 RED value IS 11 (4.69% from 255) = 8.94%

 GREEN value IS 65 (25.78% from 255) = 52.85%

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 8.94%
G = 52.85%
B = 38.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#0B412F (or 0x0B412F) is known color: British Racing Green. HEX triplet: 0B, 41 and 2F. RGB value is (11,65,47). Sum of RGB (Red+Green+Blue) = 11+65+47=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412F is #F4BED0. Grayscale: #2E2E2E. Windows color (decimal): -16039633 or 3096843. OLE color: 3096843.

HSL color Cylindrical-coordinate representation of color #0B412F: hue angle of 160º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B412F is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 65 47 -
CMYK 0.83 0 0.28 0.75
HSL 160º 0.71% 0.15% -
HSV(B) 160º 0.83% 0.25% -
XYZ 2.54 4.06 3.34 -
YUV 46.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 11 65 47 0.83 0 0.28 0.75 160 0.71 0.15
Hex B 41 2F 53 0 1C 4B A0 47 F
Octal 13 101 57 123 0 34 113 240 107 17
Binary 1011 1000001 101111 1010011 0 11100 1001011 10100000 1000111 1111

Color Harmonies of #0B412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B412F

Black with #0B412F

Text Example


Text Example

White with #0B412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,47); }

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

background-color css

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

 a { background-color: rgb(11,65,47); }

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

border-color css

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

 span { border-color: rgb(11,65,47); }

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