#024715

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

Shades of British Racing Green #024715

Tints of British Racing Green #024715

Color information

#024715 (or 0x024715) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 15. RGB value is (2,71,21). Sum of RGB (Red+Green+Blue) = 2+71+21=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #024715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024715 is #FDB8EA. Grayscale: #2C2C2C. Windows color (decimal): -16627947 or 1394434. OLE color: 1394434.

HSL color Cylindrical-coordinate representation of color #024715: hue angle of 136.52º 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 #024715 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB27121-
CMYK0.9700.700.72
HSL136.52º94.52%14.31%-
HSV(B)136.52º97.18%27.84%-
XYZ2.414.571.47-
YUV44.67114.6497.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=2.13%
G=75.53%
B=22.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271210.9700.700.72136.5294.5214.31
Hex247156104648895fe
Octal210725141010611021113716
Binary1010001111010111000010100011010010001000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024715; }

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

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

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

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

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

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

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

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