#02402D

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

Shades of British Racing Green #02402D

Tints of British Racing Green #02402D

Color information

#02402D (or 0x02402D) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 2D. RGB value is (2,64,45). Sum of RGB (Red+Green+Blue) = 2+64+45=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #02402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02402D is #FDBFD2. Grayscale: #2B2B2B. Windows color (decimal): -16629715 or 2965506. OLE color: 2965506.

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

Color convert

RGB26445-
CMYK0.9700.300.75
HSL161.61º93.94%12.94%-
HSV(B)161.61º96.88%25.1%-
XYZ2.333.873.11-
YUV43.3128.9698.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=1.80%
G=57.66%
B=40.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264450.9700.300.75161.6193.9412.94
Hex2402D6101E4Ba25ed
Octal21005514103611324213615
Binary101000000101101110000101111010010111010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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