#02441D

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

Shades of British Racing Green #02441D

Tints of British Racing Green #02441D

Color information

#02441D (or 0x02441D) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 1D. RGB value is (2,68,29). Sum of RGB (Red+Green+Blue) = 2+68+29=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #02441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02441D is #FDBBE2. Grayscale: #2B2B2B. Windows color (decimal): -16628707 or 1917954. OLE color: 1917954.

HSL color Cylindrical-coordinate representation of color #02441D: hue angle of 144.55º 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 #02441D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB26829-
CMYK0.9700.570.73
HSL144.55º94.29%13.73%-
HSV(B)144.55º97.06%26.67%-
XYZ2.314.241.86-
YUV43.82119.6398.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=2.02%
G=68.69%
B=29.29%

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
Decimal268290.9700.570.73144.5594.2913.73
Hex2441D6103949915ee
Octal21043514107111122113616
Binary101000100111011100001011100110010011001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02441D; }

 p { color: rgb(2,68,29); }

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

<style>
 a { background-color: #02441D; }

 a { background-color: rgb(2,68,29); }

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

<style>
 span { border-color: #02441D; }

 span { border-color: rgb(2,68,29); }

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