#024325

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

Shades of British Racing Green #024325

Tints of British Racing Green #024325

Color information

#024325 (or 0x024325) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 25. RGB value is (2,67,37). Sum of RGB (Red+Green+Blue) = 2+67+37=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #024325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024325 is #FDBCDA. Grayscale: #2C2C2C. Windows color (decimal): -16628955 or 2441986. OLE color: 2441986.

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

Color convert

RGB26737-
CMYK0.9700.450.74
HSL152.31º94.2%13.53%-
HSV(B)152.31º97.01%26.27%-
XYZ2.374.162.43-
YUV44.14123.9797.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=1.89%
G=63.21%
B=34.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267370.9700.450.74152.3194.213.53
Hex243256102D4A985ee
Octal21034514105511223013616
Binary1010000111001011100001010110110010101001100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024325; }

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

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

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

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

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

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

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

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