#0B3E26

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

Shades of British Racing Green #0B3E26

Tints of British Racing Green #0B3E26

Color information

#0B3E26 (or 0x0B3E26) is unknown color: approx British Racing Green. HEX triplet: 0B, 3E and 26. RGB value is (11,62,38). Sum of RGB (Red+Green+Blue) = 11+62+38=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E26 is #F4C1D9. Grayscale: #2C2C2C. Windows color (decimal): -16040410 or 2506251. OLE color: 2506251.

HSL color Cylindrical-coordinate representation of color #0B3E26: hue angle of 151.76º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E26 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB116238-
CMYK0.8200.390.76
HSL151.76º69.86%14.31%-
HSV(B)151.76º82.26%24.31%-
XYZ2.213.662.42-
YUV44.02124.6104.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=9.91%
G=55.86%
B=34.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1162380.8200.390.76151.7669.8614.31
HexB3E26520274C9846e
Octal13764612204711423010616
Binary10111111101001101010010010011110011001001100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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