#024328

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

Shades of British Racing Green #024328

Tints of British Racing Green #024328

Color information

#024328 (or 0x024328) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 28. RGB value is (2,67,40). Sum of RGB (Red+Green+Blue) = 2+67+40=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #024328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024328 is #FDBCD7. Grayscale: #2C2C2C. Windows color (decimal): -16628952 or 2638594. OLE color: 2638594.

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

Color convert

RGB26740-
CMYK0.9700.400.74
HSL155.08º94.2%13.53%-
HSV(B)155.08º97.01%26.27%-
XYZ2.424.182.69-
YUV44.49125.4797.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=1.83%
G=61.47%
B=36.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267400.9700.400.74155.0894.213.53
Hex24328610284A9b5ee
Octal21035014105011223313616
Binary1010000111010001100001010100010010101001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024328; }

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

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

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

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

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

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

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

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