Html Css Color HEX #0B442F British Racing Green

📋 copy color: '#0B442F'

red 11 ◦ green 68 ◦ blue 47

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

Shades of British Racing Green #0B442F

Tints of British Racing Green #0B442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.97%

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

R = 8.73%
G = 53.97%
B = 37.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#0B442F (or 0x0B442F) is known color: British Racing Green. HEX triplet: 0B, 44 and 2F. RGB value is (11,68,47). Sum of RGB (Red+Green+Blue) = 11+68+47=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #0B442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B442F is #F4BBD0. Grayscale: #303030. Windows color (decimal): -16038865 or 3097611. OLE color: 3097611.

HSL color Cylindrical-coordinate representation of color #0B442F: hue angle of 157.89º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B442F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 47 -
CMYK 0.84 0 0.31 0.73
HSL 157.89º 0.72% 0.15% -
HSV(B) 157.89º 0.84% 0.27% -
XYZ 2.72 4.41 3.4 -
YUV 48.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 11 68 47 0.84 0 0.31 0.73 157.89 0.72 0.15
Hex B 44 2F 54 0 1F 49 9E 48 F
Octal 13 104 57 124 0 37 111 236 110 17
Binary 1011 1000100 101111 1010100 0 11111 1001001 10011110 1001000 1111

Color Harmonies of #0B442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B442F

Black with #0B442F

Text Example


Text Example

White with #0B442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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