#003B0F

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

Shades of British Racing Green #003B0F

Tints of British Racing Green #003B0F

Color information

#003B0F (or 0x003B0F) is unknown color: approx British Racing Green. HEX triplet: 00, 3B and 0F. RGB value is (0,59,15). Sum of RGB (Red+Green+Blue) = 0+59+15=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0F is #FFC4F0. Grayscale: #242424. Windows color (decimal): -16762097 or 998144. OLE color: 998144.

HSL color Cylindrical-coordinate representation of color #003B0F: hue angle of 135.25º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B0F is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB05915-
CMYK100.750.77
HSL135.25º100%11.57%-
HSV(B)135.25º100%23.14%-
XYZ1.653.160.98-
YUV36.34115.95102.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 79.73%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=0%
G=79.73%
B=20.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05915100.750.77135.2510011.57
Hex03BF6404B4D8764c
Octal07317144011311520714414
Binary0111011111111001000100101110011011000011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B0F; }

 p { color: rgb(0,59,15); }

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

<style>
 a { background-color: #003B0F; }

 a { background-color: rgb(0,59,15); }

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

<style>
 span { border-color: #003B0F; }

 span { border-color: rgb(0,59,15); }

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