#0B4122

Color #0B4122 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0B4122

Tints of British Racing Green #0B4122

Color information

#0B4122 (or 0x0B4122) is unknown color: approx British Racing Green. HEX triplet: 0B, 41 and 22. RGB value is (11,65,34). Sum of RGB (Red+Green+Blue) = 11+65+34=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #0B4122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4122 is #F4BEDD. Grayscale: #2D2D2D. Windows color (decimal): -16039646 or 2244875. OLE color: 2244875.

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

Color convert

RGB116534-
CMYK0.8300.480.75
HSL145.56º71.05%14.9%-
HSV(B)145.56º83.08%25.49%-
XYZ2.323.972.16-
YUV45.32121.61103.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=10%
G=59.09%
B=30.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1165340.8300.480.75145.5671.0514.9
HexB4122530304B9247f
Octal131014212306011322210717
Binary101110000011000101010011011000010010111001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4122;
 }
 .AnyTagClassName
 {
   color: #0B4122;
 }
</style>
background-color css

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

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

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

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

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

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