Html Css Color HEX #024915 British Racing Green

📋 copy color: '#024915'

red 2 ◦ green 73 ◦ blue 21

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

Shades of British Racing Green #024915

Tints of British Racing Green #024915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 2.08%
G = 76.04%
B = 21.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#024915 (or 0x024915) is known color: British Racing Green. HEX triplet: 02, 49 and 15. RGB value is (2,73,21). Sum of RGB (Red+Green+Blue) = 2+73+21=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #024915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024915 is #FDB6EA. Grayscale: #2D2D2D. Windows color (decimal): -16627435 or 1394946. OLE color: 1394946.

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

Color convert

RGB 2 73 21 -
CMYK 0.97 0 0.71 0.71
HSL 136.06º 0.95% 0.15% -
HSV(B) 136.06º 0.97% 0.29% -
XYZ 2.54 4.83 1.51 -
YUV 45.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 2 73 21 0.97 0 0.71 0.71 136.06 0.95 0.15
Hex 2 49 15 61 0 47 47 88 5F F
Octal 2 111 25 141 0 107 107 210 137 17
Binary 10 1001001 10101 1100001 0 1000111 1000111 10001000 1011111 1111

Color Harmonies of #024915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024915

Black with #024915

Text Example


Text Example

White with #024915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024915; }

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

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

background-color css

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

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

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

border-color css

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

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

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