#024315

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

Shades of British Racing Green #024315

Tints of British Racing Green #024315

Color information

#024315 (or 0x024315) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 15. RGB value is (2,67,21). Sum of RGB (Red+Green+Blue) = 2+67+21=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #024315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024315 is #FDBCEA. Grayscale: #2A2A2A. Windows color (decimal): -16628971 or 1393410. OLE color: 1393410.

HSL color Cylindrical-coordinate representation of color #024315: hue angle of 137.54º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024315 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB26721-
CMYK0.9700.690.74
HSL137.54º94.2%13.53%-
HSV(B)137.54º97.01%26.27%-
XYZ2.174.081.38-
YUV42.32115.9799.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 67 (26.56% from 255) = 74.44%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=2.22%
G=74.44%
B=23.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267210.9700.690.74137.5494.213.53
Hex24315610454A8a5ee
Octal210325141010511221213616
Binary1010000111010111000010100010110010101000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024315; }

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

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

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

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

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

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

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

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