#0B3F28

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

Shades of British Racing Green #0B3F28

Tints of British Racing Green #0B3F28

Color information

#0B3F28 (or 0x0B3F28) is unknown color: approx British Racing Green. HEX triplet: 0B, 3F and 28. RGB value is (11,63,40). Sum of RGB (Red+Green+Blue) = 11+63+40=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F28 is #F4C0D7. Grayscale: #2C2C2C. Windows color (decimal): -16040152 or 2637579. OLE color: 2637579.

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

Color convert

RGB116340-
CMYK0.8300.370.75
HSL153.46º70.27%14.51%-
HSV(B)153.46º82.54%24.71%-
XYZ2.33.782.62-
YUV44.83125.27103.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.65%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=9.65%
G=55.26%
B=35.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1163400.8300.370.75153.4670.2714.51
HexB3F28530254B9946f
Octal13775012304511323110617
Binary10111111111010001010011010010110010111001100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,40); }

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

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

 a { background-color: rgb(11,63,40); }

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

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

 span { border-color: rgb(11,63,40); }

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