#02451E

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

Shades of British Racing Green #02451E

Tints of British Racing Green #02451E

Color information

#02451E (or 0x02451E) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 1E. RGB value is (2,69,30). Sum of RGB (Red+Green+Blue) = 2+69+30=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #02451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02451E is #FDBAE1. Grayscale: #2C2C2C. Windows color (decimal): -16628450 or 1983746. OLE color: 1983746.

HSL color Cylindrical-coordinate representation of color #02451E: hue angle of 145.07º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02451E is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB26930-
CMYK0.9700.570.73
HSL145.07º94.37%13.92%-
HSV(B)145.07º97.1%27.06%-
XYZ2.394.361.94-
YUV44.52119.897.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 69 (27.34% from 255) = 68.32%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=1.98%
G=68.32%
B=29.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269300.9700.570.73145.0794.3713.92
Hex2451E6103949915ee
Octal21053614107111122113616
Binary101000101111101100001011100110010011001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02451E; }

 p { color: rgb(2,69,30); }

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

<style>
 a { background-color: #02451E; }

 a { background-color: rgb(2,69,30); }

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

<style>
 span { border-color: #02451E; }

 span { border-color: rgb(2,69,30); }

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