Html Css Color HEX #025431 British Racing Green

📋 copy color: '#025431'

red 2 ◦ green 84 ◦ blue 49

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

Shades of British Racing Green #025431

Tints of British Racing Green #025431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 1.48%
G = 62.22%
B = 36.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#025431 (or 0x025431) is known color: British Racing Green. HEX triplet: 02, 54 and 31. RGB value is (2,84,49). Sum of RGB (Red+Green+Blue) = 2+84+49=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #025431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025431 is #FDABCE. Grayscale: #373737. Windows color (decimal): -16624591 or 3232770. OLE color: 3232770.

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

Color convert

RGB 2 84 49 -
CMYK 0.98 0 0.42 0.67
HSL 154.39º 0.95% 0.17% -
HSV(B) 154.39º 0.98% 0.33% -
XYZ 3.75 6.58 3.98 -
YUV 55.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 2 84 49 0.98 0 0.42 0.67 154.39 0.95 0.17
Hex 2 54 31 62 0 2A 43 9A 5F 11
Octal 2 124 61 142 0 52 103 232 137 21
Binary 10 1010100 110001 1100010 0 101010 1000011 10011010 1011111 10001

Color Harmonies of #025431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025431

Black with #025431

Text Example


Text Example

White with #025431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025431; }

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

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

background-color css

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

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

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

border-color css

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

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

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