Html Css Color HEX #0B442D British Racing Green

📋 copy color: '#0B442D'

red 11 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #0B442D

Tints of British Racing Green #0B442D

RGB

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

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

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

R = 8.87%
G = 54.84%
B = 36.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#0B442D (or 0x0B442D) is known color: British Racing Green. HEX triplet: 0B, 44 and 2D. RGB value is (11,68,45). Sum of RGB (Red+Green+Blue) = 11+68+45=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #0B442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B442D is #F4BBD2. Grayscale: #303030. Windows color (decimal): -16038867 or 2966539. OLE color: 2966539.

HSL color Cylindrical-coordinate representation of color #0B442D: hue angle of 155.79º 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 #0B442D is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 45 -
CMYK 0.84 0 0.34 0.73
HSL 155.79º 0.72% 0.15% -
HSV(B) 155.79º 0.84% 0.27% -
XYZ 2.68 4.39 3.19 -
YUV 48.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 11 68 45 0.84 0 0.34 0.73 155.79 0.72 0.15
Hex B 44 2D 54 0 22 49 9C 48 F
Octal 13 104 55 124 0 42 111 234 110 17
Binary 1011 1000100 101101 1010100 0 100010 1001001 10011100 1001000 1111

Color Harmonies of #0B442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B442D

Black with #0B442D

Text Example


Text Example

White with #0B442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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