Html Css Color HEX #024914 British Racing Green

📋 copy color: '#024914'

red 2 ◦ green 73 ◦ blue 20

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

Shades of British Racing Green #024914

Tints of British Racing Green #024914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 2.11%
G = 76.84%
B = 21.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#024914 (or 0x024914) is known color: British Racing Green. HEX triplet: 02, 49 and 14. RGB value is (2,73,20). Sum of RGB (Red+Green+Blue) = 2+73+20=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #024914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024914 is #FDB6EB. Grayscale: #2D2D2D. Windows color (decimal): -16627436 or 1329410. OLE color: 1329410.

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

Color convert

RGB 2 73 20 -
CMYK 0.97 0 0.73 0.71
HSL 135.21º 0.95% 0.15% -
HSV(B) 135.21º 0.97% 0.29% -
XYZ 2.53 4.83 1.46 -
YUV 45.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 2 73 20 0.97 0 0.73 0.71 135.21 0.95 0.15
Hex 2 49 14 61 0 49 47 87 5F F
Octal 2 111 24 141 0 111 107 207 137 17
Binary 10 1001001 10100 1100001 0 1001001 1000111 10000111 1011111 1111

Color Harmonies of #024914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024914

Black with #024914

Text Example


Text Example

White with #024914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024914; }

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

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

background-color css

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

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

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

border-color css

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

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

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