Html Css Color HEX #024A2D British Racing Green

📋 copy color: '#024A2D'

red 2 ◦ green 74 ◦ blue 45

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

Shades of British Racing Green #024A2D

Tints of British Racing Green #024A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 61.16%

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 1.65%
G = 61.16%
B = 37.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#024A2D (or 0x024A2D) is known color: British Racing Green. HEX triplet: 02, 4A and 2D. RGB value is (2,74,45). Sum of RGB (Red+Green+Blue) = 2+74+45=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #024A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A2D is #FDB5D2. Grayscale: #313131. Windows color (decimal): -16627155 or 2968066. OLE color: 2968066.

HSL color Cylindrical-coordinate representation of color #024A2D: hue angle of 155.83º 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 #024A2D is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 74 45 -
CMYK 0.97 0 0.39 0.71
HSL 155.83º 0.95% 0.15% -
HSV(B) 155.83º 0.97% 0.29% -
XYZ 2.95 5.1 3.31 -
YUV 49.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 2 74 45 0.97 0 0.39 0.71 155.83 0.95 0.15
Hex 2 4A 2D 61 0 27 47 9C 5F F
Octal 2 112 55 141 0 47 107 234 137 17
Binary 10 1001010 101101 1100001 0 100111 1000111 10011100 1011111 1111

Color Harmonies of #024A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A2D

Black with #024A2D

Text Example


Text Example

White with #024A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A2D; }

 p { color: rgb(2,74,45); }

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

background-color css

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

 a { background-color: rgb(2,74,45); }

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

border-color css

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

 span { border-color: rgb(2,74,45); }

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