Html Css Color HEX #02521B British Racing Green

📋 copy color: '#02521B'

red 2 ◦ green 82 ◦ blue 27

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

Shades of British Racing Green #02521B

Tints of British Racing Green #02521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 1.8%
G = 73.87%
B = 24.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#02521B (or 0x02521B) is known color: British Racing Green. HEX triplet: 02, 52 and 1B. RGB value is (2,82,27). Sum of RGB (Red+Green+Blue) = 2+82+27=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #02521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02521B is #FDADE4. Grayscale: #333333. Windows color (decimal): -16625125 or 1790466. OLE color: 1790466.

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

Color convert

RGB 2 82 27 -
CMYK 0.98 0 0.67 0.68
HSL 138.75º 0.95% 0.16% -
HSV(B) 138.75º 0.98% 0.32% -
XYZ 3.24 6.13 2.05 -
YUV 51.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 2 82 27 0.98 0 0.67 0.68 138.75 0.95 0.16
Hex 2 52 1B 62 0 43 44 8B 5F 10
Octal 2 122 33 142 0 103 104 213 137 20
Binary 10 1010010 11011 1100010 0 1000011 1000100 10001011 1011111 10000

Color Harmonies of #02521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02521B

Black with #02521B

Text Example


Text Example

White with #02521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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