Html Css Color HEX #02402A British Racing Green

📋 copy color: '#02402A'

red 2 ◦ green 64 ◦ blue 42

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

Shades of British Racing Green #02402A

Tints of British Racing Green #02402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 38.89%

R = 1.85%
G = 59.26%
B = 38.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#02402A (or 0x02402A) is known color: British Racing Green. HEX triplet: 02, 40 and 2A. RGB value is (2,64,42). Sum of RGB (Red+Green+Blue) = 2+64+42=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #02402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02402A is #FDBFD5. Grayscale: #2A2A2A. Windows color (decimal): -16629718 or 2768898. OLE color: 2768898.

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

Color convert

RGB 2 64 42 -
CMYK 0.97 0 0.34 0.75
HSL 158.71º 0.94% 0.13% -
HSV(B) 158.71º 0.97% 0.25% -
XYZ 2.28 3.85 2.81 -
YUV 42.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 2 64 42 0.97 0 0.34 0.75 158.71 0.94 0.13
Hex 2 40 2A 61 0 22 4B 9F 5E D
Octal 2 100 52 141 0 42 113 237 136 15
Binary 10 1000000 101010 1100001 0 100010 1001011 10011111 1011110 1101

Color Harmonies of #02402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02402A

Black with #02402A

Text Example


Text Example

White with #02402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02402A;
 }
 .AnyTagClassName
 {
   color: #02402A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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