Html Css Color HEX #02421C British Racing Green

📋 copy color: '#02421C'

red 2 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #02421C

Tints of British Racing Green #02421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 2.08%
G = 68.75%
B = 29.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#02421C (or 0x02421C) is known color: British Racing Green. HEX triplet: 02, 42 and 1C. RGB value is (2,66,28). Sum of RGB (Red+Green+Blue) = 2+66+28=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #02421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02421C is #FDBDE3. Grayscale: #2A2A2A. Windows color (decimal): -16629220 or 1851906. OLE color: 1851906.

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

Color convert

RGB 2 66 28 -
CMYK 0.97 0 0.58 0.74
HSL 144.38º 0.94% 0.13% -
HSV(B) 144.38º 0.97% 0.26% -
XYZ 2.18 3.99 1.75 -
YUV 42.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 2 66 28 0.97 0 0.58 0.74 144.38 0.94 0.13
Hex 2 42 1C 61 0 3A 4A 90 5E D
Octal 2 102 34 141 0 72 112 220 136 15
Binary 10 1000010 11100 1100001 0 111010 1001010 10010000 1011110 1101

Color Harmonies of #02421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02421C

Black with #02421C

Text Example


Text Example

White with #02421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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