#024734

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

Shades of British Racing Green #024734

Tints of British Racing Green #024734

Color information

#024734 (or 0x024734) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 34. RGB value is (2,71,52). Sum of RGB (Red+Green+Blue) = 2+71+52=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #024734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024734 is #FDB8CB. Grayscale: #303030. Windows color (decimal): -16627916 or 3426050. OLE color: 3426050.

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

Color convert

RGB27152-
CMYK0.9700.270.72
HSL163.48º94.52%14.31%-
HSV(B)163.48º97.18%27.84%-
XYZ2.94.774.02-
YUV48.2130.1495.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=1.6%
G=56.8%
B=41.6%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271520.9700.270.72163.4894.5214.31
Hex247346101B48a35fe
Octal21076414103311024313716
Binary101000111110100110000101101110010001010001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024734; }

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

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

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

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

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

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

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

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