Html Css Color HEX #0B412C British Racing Green

📋 copy color: '#0B412C'

red 11 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #0B412C

Tints of British Racing Green #0B412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 9.17%
G = 54.17%
B = 36.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#0B412C (or 0x0B412C) is known color: British Racing Green. HEX triplet: 0B, 41 and 2C. RGB value is (11,65,44). Sum of RGB (Red+Green+Blue) = 11+65+44=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412C is #F4BED3. Grayscale: #2E2E2E. Windows color (decimal): -16039636 or 2900235. OLE color: 2900235.

HSL color Cylindrical-coordinate representation of color #0B412C: hue angle of 156.67º 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 #0B412C is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 65 44 -
CMYK 0.83 0 0.32 0.75
HSL 156.67º 0.71% 0.15% -
HSV(B) 156.67º 0.83% 0.25% -
XYZ 2.48 4.03 3.03 -
YUV 46.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 11 65 44 0.83 0 0.32 0.75 156.67 0.71 0.15
Hex B 41 2C 53 0 20 4B 9D 47 F
Octal 13 101 54 123 0 40 113 235 107 17
Binary 1011 1000001 101100 1010011 0 100000 1001011 10011101 1000111 1111

Color Harmonies of #0B412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B412C

Black with #0B412C

Text Example


Text Example

White with #0B412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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