Html Css Color HEX #025021 British Racing Green

📋 copy color: '#025021'

red 2 ◦ green 80 ◦ blue 33

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

Shades of British Racing Green #025021

Tints of British Racing Green #025021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 1.74%
G = 69.57%
B = 28.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#025021 (or 0x025021) is known color: British Racing Green. HEX triplet: 02, 50 and 21. RGB value is (2,80,33). Sum of RGB (Red+Green+Blue) = 2+80+33=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #025021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025021 is #FDAFDE. Grayscale: #333333. Windows color (decimal): -16625631 or 2183170. OLE color: 2183170.

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

Color convert

RGB 2 80 33 -
CMYK 0.98 0 0.59 0.69
HSL 143.85º 0.95% 0.16% -
HSV(B) 143.85º 0.98% 0.31% -
XYZ 3.17 5.86 2.4 -
YUV 51.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 2 80 33 0.98 0 0.59 0.69 143.85 0.95 0.16
Hex 2 50 21 62 0 3B 45 90 5F 10
Octal 2 120 41 142 0 73 105 220 137 20
Binary 10 1010000 100001 1100010 0 111011 1000101 10010000 1011111 10000

Color Harmonies of #025021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025021

Black with #025021

Text Example


Text Example

White with #025021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025021; }

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

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

background-color css

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

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

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

border-color css

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

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

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