#024834

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

Shades of British Racing Green #024834

Tints of British Racing Green #024834

Color information

#024834 (or 0x024834) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 34. RGB value is (2,72,52). Sum of RGB (Red+Green+Blue) = 2+72+52=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #024834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024834 is #FDB7CB. Grayscale: #303030. Windows color (decimal): -16627660 or 3426306. OLE color: 3426306.

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

Color convert

RGB27252-
CMYK0.9700.280.72
HSL162.86º94.59%14.51%-
HSV(B)162.86º97.22%28.24%-
XYZ2.964.94.04-
YUV48.79129.8194.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=1.59%
G=57.14%
B=41.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272520.9700.280.72162.8694.5914.51
Hex248346101C48a35ff
Octal21106414103411024313717
Binary101001000110100110000101110010010001010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024834; }

 p { color: rgb(2,72,52); }

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

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

 a { background-color: rgb(2,72,52); }

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

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

 span { border-color: rgb(2,72,52); }

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