#024B2D

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

Shades of British Racing Green #024B2D

Tints of British Racing Green #024B2D

Color information

#024B2D (or 0x024B2D) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 2D. RGB value is (2,75,45). Sum of RGB (Red+Green+Blue) = 2+75+45=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2D is #FDB4D2. Grayscale: #313131. Windows color (decimal): -16626899 or 2968322. OLE color: 2968322.

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

Color convert

RGB27545-
CMYK0.9700.400.71
HSL155.34º94.81%15.1%-
HSV(B)155.34º97.33%29.41%-
XYZ3.015.233.33-
YUV49.75125.3293.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 75 (29.69% from 255) = 61.48%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=1.64%
G=61.48%
B=36.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275450.9700.400.71155.3494.8115.1
Hex24B2D61028479b5ff
Octal21135514105010723313717
Binary1010010111011011100001010100010001111001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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