Html Css Color HEX #024925 British Racing Green

📋 copy color: '#024925'

red 2 ◦ green 73 ◦ blue 37

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

Shades of British Racing Green #024925

Tints of British Racing Green #024925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

 BLUE value IS 37 (14.84% from 255) = 33.04%

R = 1.79%
G = 65.18%
B = 33.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#024925 (or 0x024925) is known color: British Racing Green. HEX triplet: 02, 49 and 25. RGB value is (2,73,37). Sum of RGB (Red+Green+Blue) = 2+73+37=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #024925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024925 is #FDB6DA. Grayscale: #2F2F2F. Windows color (decimal): -16627419 or 2443522. OLE color: 2443522.

HSL color Cylindrical-coordinate representation of color #024925: hue angle of 149.58º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024925 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 37 -
CMYK 0.97 0 0.49 0.71
HSL 149.58º 0.95% 0.15% -
HSV(B) 149.58º 0.97% 0.29% -
XYZ 2.74 4.91 2.55 -
YUV 47.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 2 73 37 0.97 0 0.49 0.71 149.58 0.95 0.15
Hex 2 49 25 61 0 31 47 96 5F F
Octal 2 111 45 141 0 61 107 226 137 17
Binary 10 1001001 100101 1100001 0 110001 1000111 10010110 1011111 1111

Color Harmonies of #024925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024925

Black with #024925

Text Example


Text Example

White with #024925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024925; }

 p { color: rgb(2,73,37); }

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

background-color css

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

 a { background-color: rgb(2,73,37); }

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

border-color css

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

 span { border-color: rgb(2,73,37); }

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