#024930

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

Shades of British Racing Green #024930

Tints of British Racing Green #024930

Color information

#024930 (or 0x024930) is unknown color: approx British Racing Green. HEX triplet: 02, 49 and 30. RGB value is (2,73,48). Sum of RGB (Red+Green+Blue) = 2+73+48=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #024930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024930 is #FDB6CF. Grayscale: #303030. Windows color (decimal): -16627408 or 3164418. OLE color: 3164418.

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

Color convert

RGB27348-
CMYK0.9700.340.71
HSL158.87º94.67%14.71%-
HSV(B)158.87º97.26%28.63%-
XYZ2.944.993.6-
YUV48.92127.4894.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 73 (28.91% from 255) = 59.35%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=1.63%
G=59.35%
B=39.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273480.9700.340.71158.8794.6714.71
Hex2493061022479f5ff
Octal21116014104210723713717
Binary1010010011100001100001010001010001111001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024930; }

 p { color: rgb(2,73,48); }

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

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

 a { background-color: rgb(2,73,48); }

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

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

 span { border-color: rgb(2,73,48); }

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