#00490C

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

Shades of British Racing Green #00490C

Tints of British Racing Green #00490C

Color information

#00490C (or 0x00490C) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 0C. RGB value is (0,73,12). Sum of RGB (Red+Green+Blue) = 0+73+12=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 73 (28.91% from 255 or 85.88% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 73 - color contains mainly: green. Hex color #00490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00490C is #FFB6F3. Grayscale: #2C2C2C. Windows color (decimal): -16758516 or 805120. OLE color: 805120.

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

Color convert

RGB07312-
CMYK100.840.71
HSL129.86º100%14.31%-
HSV(B)129.86º100%28.63%-
XYZ2.454.791.14-
YUV44.22109.8296.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 85.88%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=0%
G=85.88%
B=14.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07312100.840.71129.8610014.31
Hex049C64054478264e
Octal011114144012410720214416
Binary01001001110011001000101010010001111000001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00490C; }

 p { color: rgb(0,73,12); }

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

<style>
 a { background-color: #00490C; }

 a { background-color: rgb(0,73,12); }

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

<style>
 span { border-color: #00490C; }

 span { border-color: rgb(0,73,12); }

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