Html Css Color HEX #024812 British Racing Green

📋 copy color: '#024812'

red 2 ◦ green 72 ◦ blue 18

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

Shades of British Racing Green #024812

Tints of British Racing Green #024812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 2.17%
G = 78.26%
B = 19.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#024812 (or 0x024812) is known color: British Racing Green. HEX triplet: 02, 48 and 12. RGB value is (2,72,18). Sum of RGB (Red+Green+Blue) = 2+72+18=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #024812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024812 is #FDB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16627694 or 1198082. OLE color: 1198082.

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

Color convert

RGB 2 72 18 -
CMYK 0.97 0 0.75 0.72
HSL 133.71º 0.95% 0.15% -
HSV(B) 133.71º 0.97% 0.28% -
XYZ 2.45 4.69 1.35 -
YUV 44.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 2 72 18 0.97 0 0.75 0.72 133.71 0.95 0.15
Hex 2 48 12 61 0 4B 48 86 5F F
Octal 2 110 22 141 0 113 110 206 137 17
Binary 10 1001000 10010 1100001 0 1001011 1001000 10000110 1011111 1111

Color Harmonies of #024812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024812

Black with #024812

Text Example


Text Example

White with #024812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024812; }

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

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

background-color css

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

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

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

border-color css

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

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

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