Html Css Color HEX #02502F British Racing Green

📋 copy color: '#02502F'

red 2 ◦ green 80 ◦ blue 47

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

Shades of British Racing Green #02502F

Tints of British Racing Green #02502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 1.55%
G = 62.02%
B = 36.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#02502F (or 0x02502F) is known color: British Racing Green. HEX triplet: 02, 50 and 2F. RGB value is (2,80,47). Sum of RGB (Red+Green+Blue) = 2+80+47=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #02502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02502F is #FDAFD0. Grayscale: #343434. Windows color (decimal): -16625617 or 3100674. OLE color: 3100674.

HSL color Cylindrical-coordinate representation of color #02502F: hue angle of 154.62º 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 #02502F is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 47 -
CMYK 0.98 0 0.41 0.69
HSL 154.62º 0.95% 0.16% -
HSV(B) 154.62º 0.98% 0.31% -
XYZ 3.41 5.96 3.66 -
YUV 52.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 2 80 47 0.98 0 0.41 0.69 154.62 0.95 0.16
Hex 2 50 2F 62 0 29 45 9B 5F 10
Octal 2 120 57 142 0 51 105 233 137 20
Binary 10 1010000 101111 1100010 0 101001 1000101 10011011 1011111 10000

Color Harmonies of #02502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02502F

Black with #02502F

Text Example


Text Example

White with #02502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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