Html Css Color HEX #02521A British Racing Green

📋 copy color: '#02521A'

red 2 ◦ green 82 ◦ blue 26

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

Shades of British Racing Green #02521A

Tints of British Racing Green #02521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 74.55%

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

R = 1.82%
G = 74.55%
B = 23.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#02521A (or 0x02521A) is known color: British Racing Green. HEX triplet: 02, 52 and 1A. RGB value is (2,82,26). Sum of RGB (Red+Green+Blue) = 2+82+26=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #02521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02521A is #FDADE5. Grayscale: #333333. Windows color (decimal): -16625126 or 1724930. OLE color: 1724930.

HSL color Cylindrical-coordinate representation of color #02521A: hue angle of 138º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02521A is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 26 -
CMYK 0.98 0 0.68 0.68
HSL 138º 0.95% 0.16% -
HSV(B) 138º 0.98% 0.32% -
XYZ 3.23 6.12 1.99 -
YUV 51.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 2 82 26 0.98 0 0.68 0.68 138 0.95 0.16
Hex 2 52 1A 62 0 44 44 8A 5F 10
Octal 2 122 32 142 0 104 104 212 137 20
Binary 10 1010010 11010 1100010 0 1000100 1000100 10001010 1011111 10000

Color Harmonies of #02521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02521A

Black with #02521A

Text Example


Text Example

White with #02521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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