#024E0F

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

Shades of British Racing Green #024E0F

Tints of British Racing Green #024E0F

Color information

#024E0F (or 0x024E0F) is unknown color: approx British Racing Green. HEX triplet: 02, 4E and 0F. RGB value is (2,78,15). Sum of RGB (Red+Green+Blue) = 2+78+15=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 78 (30.86% from 255 or 82.11% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 78 - color contains mainly: green. Hex color #024E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E0F is #FDB1F0. Grayscale: #303030. Windows color (decimal): -16626161 or 1003010. OLE color: 1003010.

HSL color Cylindrical-coordinate representation of color #024E0F: hue angle of 130.26º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E0F is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB27815-
CMYK0.9700.810.69
HSL130.26º95%15.69%-
HSV(B)130.26º97.44%30.59%-
XYZ2.845.51.36-
YUV48.09109.3295.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 78 (30.86% from 255) = 82.11%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=2.11%
G=82.11%
B=15.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278150.9700.810.69130.269515.69
Hex24EF6105145825f10
Octal211617141012110520213720
Binary1010011101111110000101010001100010110000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,78,15); }

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

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

 a { background-color: rgb(2,78,15); }

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

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

 span { border-color: rgb(2,78,15); }

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