Html Css Color HEX #024531 British Racing Green

📋 copy color: '#024531'

red 2 ◦ green 69 ◦ blue 49

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

Shades of British Racing Green #024531

Tints of British Racing Green #024531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 1.67%
G = 57.5%
B = 40.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#024531 (or 0x024531) is known color: British Racing Green. HEX triplet: 02, 45 and 31. RGB value is (2,69,49). Sum of RGB (Red+Green+Blue) = 2+69+49=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #024531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024531 is #FDBACE. Grayscale: #2E2E2E. Windows color (decimal): -16628431 or 3228930. OLE color: 3228930.

HSL color Cylindrical-coordinate representation of color #024531: hue angle of 162.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024531 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 69 49 -
CMYK 0.97 0 0.29 0.73
HSL 162.09º 0.94% 0.14% -
HSV(B) 162.09º 0.97% 0.27% -
XYZ 2.71 4.49 3.63 -
YUV 46.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 2 69 49 0.97 0 0.29 0.73 162.09 0.94 0.14
Hex 2 45 31 61 0 1D 49 A2 5E E
Octal 2 105 61 141 0 35 111 242 136 16
Binary 10 1000101 110001 1100001 0 11101 1001001 10100010 1011110 1110

Color Harmonies of #024531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024531

Black with #024531

Text Example


Text Example

White with #024531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024531; }

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

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

background-color css

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

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

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

border-color css

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

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

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