Html Css Color HEX #02521D British Racing Green

📋 copy color: '#02521D'

red 2 ◦ green 82 ◦ blue 29

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

Shades of British Racing Green #02521D

Tints of British Racing Green #02521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 1.77%
G = 72.57%
B = 25.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#02521D (or 0x02521D) is known color: British Racing Green. HEX triplet: 02, 52 and 1D. RGB value is (2,82,29). Sum of RGB (Red+Green+Blue) = 2+82+29=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #02521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02521D is #FDADE2. Grayscale: #343434. Windows color (decimal): -16625123 or 1921538. OLE color: 1921538.

HSL color Cylindrical-coordinate representation of color #02521D: hue angle of 140.25º 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 #02521D is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 29 -
CMYK 0.98 0 0.65 0.68
HSL 140.25º 0.95% 0.16% -
HSV(B) 140.25º 0.98% 0.32% -
XYZ 3.26 6.14 2.17 -
YUV 52.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 2 82 29 0.98 0 0.65 0.68 140.25 0.95 0.16
Hex 2 52 1D 62 0 41 44 8C 5F 10
Octal 2 122 35 142 0 101 104 214 137 20
Binary 10 1010010 11101 1100010 0 1000001 1000100 10001100 1011111 10000

Color Harmonies of #02521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02521D

Black with #02521D

Text Example


Text Example

White with #02521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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