#02422D

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

Shades of British Racing Green #02422D

Tints of British Racing Green #02422D

Color information

#02422D (or 0x02422D) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 2D. RGB value is (2,66,45). Sum of RGB (Red+Green+Blue) = 2+66+45=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #02422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02422D is #FDBDD2. Grayscale: #2C2C2C. Windows color (decimal): -16629203 or 2966018. OLE color: 2966018.

HSL color Cylindrical-coordinate representation of color #02422D: hue angle of 160.31º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02422D is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB26645-
CMYK0.9700.320.74
HSL160.31º94.12%13.33%-
HSV(B)160.31º96.97%25.88%-
XYZ2.454.13.14-
YUV44.47128.397.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 66 (26.17% from 255) = 58.41%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=1.77%
G=58.41%
B=39.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266450.9700.320.74160.3194.1213.33
Hex2422D610204Aa05ed
Octal21025514104011224013615
Binary1010000101011011100001010000010010101010000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,66,45); }

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

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

 a { background-color: rgb(2,66,45); }

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

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

 span { border-color: rgb(2,66,45); }

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