#02442A

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

Shades of British Racing Green #02442A

Tints of British Racing Green #02442A

Color information

#02442A (or 0x02442A) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 2A. RGB value is (2,68,42). Sum of RGB (Red+Green+Blue) = 2+68+42=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #02442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02442A is #FDBBD5. Grayscale: #2D2D2D. Windows color (decimal): -16628694 or 2769922. OLE color: 2769922.

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

Color convert

RGB26842-
CMYK0.9700.380.73
HSL156.36º94.29%13.73%-
HSV(B)156.36º97.06%26.67%-
XYZ2.514.312.89-
YUV45.3126.1397.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=1.79%
G=60.71%
B=37.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268420.9700.380.73156.3694.2913.73
Hex2442A61026499c5ee
Octal21045214104611123413616
Binary1010001001010101100001010011010010011001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02442A; }

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

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

<style>
 a { background-color: #02442A; }

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

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

<style>
 span { border-color: #02442A; }

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

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