Html Css Color HEX #02522D British Racing Green

📋 copy color: '#02522D'

red 2 ◦ green 82 ◦ blue 45

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

Shades of British Racing Green #02522D

Tints of British Racing Green #02522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.88%

R = 1.55%
G = 63.57%
B = 34.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#02522D (or 0x02522D) is known color: British Racing Green. HEX triplet: 02, 52 and 2D. RGB value is (2,82,45). Sum of RGB (Red+Green+Blue) = 2+82+45=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #02522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02522D is #FDADD2. Grayscale: #353535. Windows color (decimal): -16625107 or 2970114. OLE color: 2970114.

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

Color convert

RGB 2 82 45 -
CMYK 0.98 0 0.45 0.68
HSL 152.25º 0.95% 0.16% -
HSV(B) 152.25º 0.98% 0.32% -
XYZ 3.52 6.24 3.5 -
YUV 53.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 2 82 45 0.98 0 0.45 0.68 152.25 0.95 0.16
Hex 2 52 2D 62 0 2D 44 98 5F 10
Octal 2 122 55 142 0 55 104 230 137 20
Binary 10 1010010 101101 1100010 0 101101 1000100 10011000 1011111 10000

Color Harmonies of #02522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02522D

Black with #02522D

Text Example


Text Example

White with #02522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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