#0B4127

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

Shades of British Racing Green #0B4127

Tints of British Racing Green #0B4127

Color information

#0B4127 (or 0x0B4127) is unknown color: approx British Racing Green. HEX triplet: 0B, 41 and 27. RGB value is (11,65,39). Sum of RGB (Red+Green+Blue) = 11+65+39=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #0B4127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4127 is #F4BED8. Grayscale: #2D2D2D. Windows color (decimal): -16039641 or 2572555. OLE color: 2572555.

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

Color convert

RGB116539-
CMYK0.8300.400.75
HSL151.11º71.05%14.9%-
HSV(B)151.11º83.08%25.49%-
XYZ2.3942.56-
YUV45.89124.11103.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=9.57%
G=56.52%
B=33.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1165390.8300.400.75151.1171.0514.9
HexB4127530284B9747f
Octal131014712305011322710717
Binary101110000011001111010011010100010010111001011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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