#02441C

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

Shades of British Racing Green #02441C

Tints of British Racing Green #02441C

Color information

#02441C (or 0x02441C) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 1C. RGB value is (2,68,28). Sum of RGB (Red+Green+Blue) = 2+68+28=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #02441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02441C is #FDBBE3. Grayscale: #2B2B2B. Windows color (decimal): -16628708 or 1852418. OLE color: 1852418.

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

Color convert

RGB26828-
CMYK0.9700.590.73
HSL143.64º94.29%13.73%-
HSV(B)143.64º97.06%26.67%-
XYZ2.34.231.79-
YUV43.71119.1398.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=2.04%
G=69.39%
B=28.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268280.9700.590.73143.6494.2913.73
Hex2441C6103B49905ee
Octal21043414107311122013616
Binary101000100111001100001011101110010011001000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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