Html Css Color HEX #02421A British Racing Green

📋 copy color: '#02421A'

red 2 ◦ green 66 ◦ blue 26

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

Shades of British Racing Green #02421A

Tints of British Racing Green #02421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.21%

 BLUE value IS 26 (10.55% from 255) = 27.66%

R = 2.13%
G = 70.21%
B = 27.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#02421A (or 0x02421A) is known color: British Racing Green. HEX triplet: 02, 42 and 1A. RGB value is (2,66,26). Sum of RGB (Red+Green+Blue) = 2+66+26=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #02421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02421A is #FDBDE5. Grayscale: #2A2A2A. Windows color (decimal): -16629222 or 1720834. OLE color: 1720834.

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

Color convert

RGB 2 66 26 -
CMYK 0.97 0 0.61 0.74
HSL 142.5º 0.94% 0.13% -
HSV(B) 142.5º 0.97% 0.26% -
XYZ 2.16 3.98 1.63 -
YUV 42.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 2 66 26 0.97 0 0.61 0.74 142.5 0.94 0.13
Hex 2 42 1A 61 0 3D 4A 8E 5E D
Octal 2 102 32 141 0 75 112 216 136 15
Binary 10 1000010 11010 1100001 0 111101 1001010 10001110 1011110 1101

Color Harmonies of #02421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02421A

Black with #02421A

Text Example


Text Example

White with #02421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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