#004B0F

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

Shades of British Racing Green #004B0F

Tints of British Racing Green #004B0F

Color information

#004B0F (or 0x004B0F) is unknown color: approx British Racing Green. HEX triplet: 00, 4B and 0F. RGB value is (0,75,15). Sum of RGB (Red+Green+Blue) = 0+75+15=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 75 (29.69% from 255 or 83.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 75 - color contains mainly: green. Hex color #004B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004B0F is #FFB4F0. Grayscale: #2D2D2D. Windows color (decimal): -16758001 or 1002240. OLE color: 1002240.

HSL color Cylindrical-coordinate representation of color #004B0F: hue angle of 132º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B0F is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB07515-
CMYK100.800.71
HSL132º100%14.71%-
HSV(B)132º100%29.41%-
XYZ2.65.071.29-
YUV45.74110.6595.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 83.33%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07515100.800.7113210014.71
Hex04BF64050478464f
Octal011317144012010720414417
Binary01001011111111001000101000010001111000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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