#024B30

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

Shades of British Racing Green #024B30

Tints of British Racing Green #024B30

Color information

#024B30 (or 0x024B30) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 30. RGB value is (2,75,48). Sum of RGB (Red+Green+Blue) = 2+75+48=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #024B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B30 is #FDB4CF. Grayscale: #323232. Windows color (decimal): -16626896 or 3164930. OLE color: 3164930.

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

Color convert

RGB27548-
CMYK0.9700.360.71
HSL157.81º94.81%15.1%-
HSV(B)157.81º97.33%29.41%-
XYZ3.075.263.65-
YUV50.1126.8293.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 75 (29.69% from 255) = 60%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=1.6%
G=60%
B=38.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275480.9700.360.71157.8194.8115.1
Hex24B3061024479e5ff
Octal21136014104410723613717
Binary1010010111100001100001010010010001111001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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