#0B4026

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

Shades of British Racing Green #0B4026

Tints of British Racing Green #0B4026

Color information

#0B4026 (or 0x0B4026) is unknown color: approx British Racing Green. HEX triplet: 0B, 40 and 26. RGB value is (11,64,38). Sum of RGB (Red+Green+Blue) = 11+64+38=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4026 is #F4BFD9. Grayscale: #2D2D2D. Windows color (decimal): -16039898 or 2506763. OLE color: 2506763.

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

Color convert

RGB116438-
CMYK0.8300.410.75
HSL150.57º70.67%14.71%-
HSV(B)150.57º82.81%25.1%-
XYZ2.323.882.46-
YUV45.19123.94103.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=9.73%
G=56.64%
B=33.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164380.8300.410.75150.5770.6714.71
HexB4026530294B9747f
Octal131004612305111322710717
Binary101110000001001101010011010100110010111001011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,38); }

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

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

 a { background-color: rgb(11,64,38); }

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

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

 span { border-color: rgb(11,64,38); }

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