Html Css Color HEX #024814 British Racing Green

📋 copy color: '#024814'

red 2 ◦ green 72 ◦ blue 20

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

Shades of British Racing Green #024814

Tints of British Racing Green #024814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 76.6%

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

R = 2.13%
G = 76.6%
B = 21.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#024814 (or 0x024814) is known color: British Racing Green. HEX triplet: 02, 48 and 14. RGB value is (2,72,20). Sum of RGB (Red+Green+Blue) = 2+72+20=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #024814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024814 is #FDB7EB. Grayscale: #2D2D2D. Windows color (decimal): -16627692 or 1329154. OLE color: 1329154.

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

Color convert

RGB 2 72 20 -
CMYK 0.97 0 0.72 0.72
HSL 135.43º 0.95% 0.15% -
HSV(B) 135.43º 0.97% 0.28% -
XYZ 2.47 4.7 1.44 -
YUV 45.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 2 72 20 0.97 0 0.72 0.72 135.43 0.95 0.15
Hex 2 48 14 61 0 48 48 87 5F F
Octal 2 110 24 141 0 110 110 207 137 17
Binary 10 1001000 10100 1100001 0 1001000 1001000 10000111 1011111 1111

Color Harmonies of #024814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024814

Black with #024814

Text Example


Text Example

White with #024814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024814; }

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

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

background-color css

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

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

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

border-color css

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

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

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