#024021

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

Shades of British Racing Green #024021

Tints of British Racing Green #024021

Color information

#024021 (or 0x024021) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 21. RGB value is (2,64,33). Sum of RGB (Red+Green+Blue) = 2+64+33=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #024021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024021 is #FDBFDE. Grayscale: #292929. Windows color (decimal): -16629727 or 2179074. OLE color: 2179074.

HSL color Cylindrical-coordinate representation of color #024021: hue angle of 150º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024021 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB26433-
CMYK0.9700.480.75
HSL150º93.94%12.94%-
HSV(B)150º96.88%25.1%-
XYZ2.133.792.06-
YUV41.93122.9699.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=2.02%
G=64.65%
B=33.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264330.9700.480.7515093.9412.94
Hex24021610304B965ed
Octal21004114106011322613615
Binary1010000001000011100001011000010010111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024021; }

 p { color: rgb(2,64,33); }

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

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

 a { background-color: rgb(2,64,33); }

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

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

 span { border-color: rgb(2,64,33); }

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