Html Css Color HEX #0B412D British Racing Green

📋 copy color: '#0B412D'

red 11 ◦ green 65 ◦ blue 45

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

Shades of British Racing Green #0B412D

Tints of British Racing Green #0B412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 9.09%
G = 53.72%
B = 37.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#0B412D (or 0x0B412D) is known color: British Racing Green. HEX triplet: 0B, 41 and 2D. RGB value is (11,65,45). Sum of RGB (Red+Green+Blue) = 11+65+45=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412D is #F4BED2. Grayscale: #2E2E2E. Windows color (decimal): -16039635 or 2965771. OLE color: 2965771.

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

Color convert

RGB 11 65 45 -
CMYK 0.83 0 0.31 0.75
HSL 157.78º 0.71% 0.15% -
HSV(B) 157.78º 0.83% 0.25% -
XYZ 2.5 4.04 3.13 -
YUV 46.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 11 65 45 0.83 0 0.31 0.75 157.78 0.71 0.15
Hex B 41 2D 53 0 1F 4B 9E 47 F
Octal 13 101 55 123 0 37 113 236 107 17
Binary 1011 1000001 101101 1010011 0 11111 1001011 10011110 1000111 1111

Color Harmonies of #0B412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B412D

Black with #0B412D

Text Example


Text Example

White with #0B412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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