Html Css Color HEX #02402D British Racing Green

📋 copy color: '#02402D'

red 2 ◦ green 64 ◦ blue 45

#02402D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #02402D

Tints of British Racing Green #02402D

RGB

 RED value IS 2 (1.17% from 255) = 1.8%

 GREEN value IS 64 (25.39% from 255) = 57.66%

 BLUE value IS 45 (17.97% from 255) = 40.54%

R = 1.8%
G = 57.66%
B = 40.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#02402D (or 0x02402D) is known color: 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

RGB 2 64 45 -
CMYK 0.97 0 0.30 0.75
HSL 161.61º 0.94% 0.13% -
HSV(B) 161.61º 0.97% 0.25% -
XYZ 2.33 3.87 3.11 -
YUV 43.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 2 64 45 0.97 0 0.30 0.75 161.61 0.94 0.13
Hex 2 40 2D 61 0 1E 4B A2 5E D
Octal 2 100 55 141 0 36 113 242 136 15
Binary 10 1000000 101101 1100001 0 11110 1001011 10100010 1011110 1101

Color Harmonies of #02402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02402D

Black with #02402D

Text Example


Text Example

White with #02402D

Text Example


Text Example

HTML Codes & Css Web 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>