#024319

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

Shades of British Racing Green #024319

Tints of British Racing Green #024319

Color information

#024319 (or 0x024319) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 19. RGB value is (2,67,25). Sum of RGB (Red+Green+Blue) = 2+67+25=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #024319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024319 is #FDBCE6. Grayscale: #2A2A2A. Windows color (decimal): -16628967 or 1655554. OLE color: 1655554.

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

Color convert

RGB26725-
CMYK0.9700.630.74
HSL141.23º94.2%13.53%-
HSV(B)141.23º97.01%26.27%-
XYZ2.214.11.59-
YUV42.78117.9798.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=2.13%
G=71.28%
B=26.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267250.9700.630.74141.2394.213.53
Hex243196103F4A8d5ee
Octal21033114107711221513616
Binary101000011110011100001011111110010101000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024319; }

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

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

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

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

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

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

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

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