#024225

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

Shades of British Racing Green #024225

Tints of British Racing Green #024225

Color information

#024225 (or 0x024225) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 25. RGB value is (2,66,37). Sum of RGB (Red+Green+Blue) = 2+66+37=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #024225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024225 is #FDBDDA. Grayscale: #2B2B2B. Windows color (decimal): -16629211 or 2441730. OLE color: 2441730.

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

Color convert

RGB26637-
CMYK0.9700.440.74
HSL152.81º94.12%13.33%-
HSV(B)152.81º96.97%25.88%-
XYZ2.314.042.41-
YUV43.56124.398.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 66 (26.17% from 255) = 62.86%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=1.90%
G=62.86%
B=35.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266370.9700.440.74152.8194.1213.33
Hex242256102C4A995ed
Octal21024514105411223113615
Binary1010000101001011100001010110010010101001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024225; }

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

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

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

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

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

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

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

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