#004F1A

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

Shades of British Racing Green #004F1A

Tints of British Racing Green #004F1A

Color information

#004F1A (or 0x004F1A) is unknown color: approx British Racing Green. HEX triplet: 00, 4F and 1A. RGB value is (0,79,26). Sum of RGB (Red+Green+Blue) = 0+79+26=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #004F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F1A is #FFB0E5. Grayscale: #313131. Windows color (decimal): -16756966 or 1724160. OLE color: 1724160.

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

Color convert

RGB07926-
CMYK100.670.69
HSL139.75º100%15.49%-
HSV(B)139.75º100%30.98%-
XYZ2.985.671.91-
YUV49.34114.8392.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 75.24%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=0%
G=75.24%
B=24.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07926100.670.69139.7510015.49
Hex04F1A64043458c64f
Octal011732144010310521414417
Binary010011111101011001000100001110001011000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,79,26); }

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

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

 a { background-color: rgb(0,79,26); }

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

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

 span { border-color: rgb(0,79,26); }

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