#024B1F

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

Shades of British Racing Green #024B1F

Tints of British Racing Green #024B1F

Color information

#024B1F (or 0x024B1F) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 1F. RGB value is (2,75,31). Sum of RGB (Red+Green+Blue) = 2+75+31=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1F is #FDB4E0. Grayscale: #303030. Windows color (decimal): -16626913 or 2050818. OLE color: 2050818.

HSL color Cylindrical-coordinate representation of color #024B1F: hue angle of 143.84º 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 #024B1F is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB27531-
CMYK0.9700.590.71
HSL143.84º94.81%15.1%-
HSV(B)143.84º97.33%29.41%-
XYZ2.795.142.14-
YUV48.16118.3295.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 75 (29.69% from 255) = 69.44%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=1.85%
G=69.44%
B=28.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275310.9700.590.71143.8494.8115.1
Hex24B1F6103B47905ff
Octal21133714107310722013717
Binary101001011111111100001011101110001111001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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