Html Css Color HEX #025421 British Racing Green

📋 copy color: '#025421'

red 2 ◦ green 84 ◦ blue 33

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

Shades of British Racing Green #025421

Tints of British Racing Green #025421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 70.59%

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

R = 1.68%
G = 70.59%
B = 27.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#025421 (or 0x025421) is known color: British Racing Green. HEX triplet: 02, 54 and 21. RGB value is (2,84,33). Sum of RGB (Red+Green+Blue) = 2+84+33=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #025421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025421 is #FDABDE. Grayscale: #353535. Windows color (decimal): -16624607 or 2184194. OLE color: 2184194.

HSL color Cylindrical-coordinate representation of color #025421: hue angle of 142.68º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025421 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 84 33 -
CMYK 0.98 0 0.61 0.67
HSL 142.68º 0.95% 0.17% -
HSV(B) 142.68º 0.98% 0.33% -
XYZ 3.47 6.46 2.5 -
YUV 53.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 2 84 33 0.98 0 0.61 0.67 142.68 0.95 0.17
Hex 2 54 21 62 0 3D 43 8F 5F 11
Octal 2 124 41 142 0 75 103 217 137 21
Binary 10 1010100 100001 1100010 0 111101 1000011 10001111 1011111 10001

Color Harmonies of #025421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025421

Black with #025421

Text Example


Text Example

White with #025421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025421; }

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

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

background-color css

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

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

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

border-color css

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

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

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