Html Css Color HEX #02502D British Racing Green

📋 copy color: '#02502D'

red 2 ◦ green 80 ◦ blue 45

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

Shades of British Racing Green #02502D

Tints of British Racing Green #02502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.99%

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

R = 1.57%
G = 62.99%
B = 35.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#02502D (or 0x02502D) is known color: British Racing Green. HEX triplet: 02, 50 and 2D. RGB value is (2,80,45). Sum of RGB (Red+Green+Blue) = 2+80+45=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #02502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02502D is #FDAFD2. Grayscale: #343434. Windows color (decimal): -16625619 or 2969602. OLE color: 2969602.

HSL color Cylindrical-coordinate representation of color #02502D: hue angle of 153.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02502D is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 45 -
CMYK 0.98 0 0.44 0.69
HSL 153.08º 0.95% 0.16% -
HSV(B) 153.08º 0.98% 0.31% -
XYZ 3.37 5.94 3.45 -
YUV 52.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 2 80 45 0.98 0 0.44 0.69 153.08 0.95 0.16
Hex 2 50 2D 62 0 2C 45 99 5F 10
Octal 2 120 55 142 0 54 105 231 137 20
Binary 10 1010000 101101 1100010 0 101100 1000101 10011001 1011111 10000

Color Harmonies of #02502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02502D

Black with #02502D

Text Example


Text Example

White with #02502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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