#024B25

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

Shades of British Racing Green #024B25

Tints of British Racing Green #024B25

Color information

#024B25 (or 0x024B25) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 25. RGB value is (2,75,37). Sum of RGB (Red+Green+Blue) = 2+75+37=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #024B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B25 is #FDB4DA. Grayscale: #303030. Windows color (decimal): -16626907 or 2444034. OLE color: 2444034.

HSL color Cylindrical-coordinate representation of color #024B25: hue angle of 148.77º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B25 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB27537-
CMYK0.9700.510.71
HSL148.77º94.81%15.1%-
HSV(B)148.77º97.33%29.41%-
XYZ2.885.182.6-
YUV48.84121.3294.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 75 (29.69% from 255) = 65.79%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=1.75%
G=65.79%
B=32.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275370.9700.510.71148.7794.8115.1
Hex24B256103347955ff
Octal21134514106310722513717
Binary1010010111001011100001011001110001111001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B25; }

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

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

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

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

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

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

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

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