#024725

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

Shades of British Racing Green #024725

Tints of British Racing Green #024725

Color information

#024725 (or 0x024725) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 25. RGB value is (2,71,37). Sum of RGB (Red+Green+Blue) = 2+71+37=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #024725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024725 is #FDB8DA. Grayscale: #2E2E2E. Windows color (decimal): -16627931 or 2443010. OLE color: 2443010.

HSL color Cylindrical-coordinate representation of color #024725: hue angle of 150.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024725 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB27137-
CMYK0.9700.480.72
HSL150.43º94.52%14.31%-
HSV(B)150.43º97.18%27.84%-
XYZ2.614.652.51-
YUV46.49122.6496.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=1.82%
G=64.55%
B=33.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271370.9700.480.72150.4394.5214.31
Hex247256103048965fe
Octal21074514106011022613716
Binary1010001111001011100001011000010010001001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024725; }

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

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

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

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

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

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

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

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