Html Css Color HEX #025424 British Racing Green

📋 copy color: '#025424'

red 2 ◦ green 84 ◦ blue 36

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

Shades of British Racing Green #025424

Tints of British Racing Green #025424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.51%

R = 1.64%
G = 68.85%
B = 29.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#025424 (or 0x025424) is known color: British Racing Green. HEX triplet: 02, 54 and 24. RGB value is (2,84,36). Sum of RGB (Red+Green+Blue) = 2+84+36=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #025424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025424 is #FDABDB. Grayscale: #363636. Windows color (decimal): -16624604 or 2380802. OLE color: 2380802.

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

Color convert

RGB 2 84 36 -
CMYK 0.98 0 0.57 0.67
HSL 144.88º 0.95% 0.17% -
HSV(B) 144.88º 0.98% 0.33% -
XYZ 3.51 6.48 2.73 -
YUV 54.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 2 84 36 0.98 0 0.57 0.67 144.88 0.95 0.17
Hex 2 54 24 62 0 39 43 91 5F 11
Octal 2 124 44 142 0 71 103 221 137 21
Binary 10 1010100 100100 1100010 0 111001 1000011 10010001 1011111 10001

Color Harmonies of #025424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025424

Black with #025424

Text Example


Text Example

White with #025424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025424; }

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

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

background-color css

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

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

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

border-color css

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

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

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