#024B35

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

Shades of British Racing Green #024B35

Tints of British Racing Green #024B35

Color information

#024B35 (or 0x024B35) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 35. RGB value is (2,75,53). Sum of RGB (Red+Green+Blue) = 2+75+53=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #024B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B35 is #FDB4CA. Grayscale: #323232. Windows color (decimal): -16626891 or 3492610. OLE color: 3492610.

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

Color convert

RGB27553-
CMYK0.9700.290.71
HSL161.92º94.81%15.1%-
HSV(B)161.92º97.33%29.41%-
XYZ3.185.34.22-
YUV50.66129.3293.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=1.54%
G=57.69%
B=40.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275530.9700.290.71161.9294.8115.1
Hex24B356101D47a25ff
Octal21136514103510724213717
Binary101001011110101110000101110110001111010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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