Html Css Color HEX #045212 British Racing Green

📋 copy color: '#045212'

red 4 ◦ green 82 ◦ blue 18

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

Shades of British Racing Green #045212

Tints of British Racing Green #045212

RGB

 RED value IS 4 (1.95% from 255) = 3.85%

 GREEN value IS 82 (32.42% from 255) = 78.85%

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

R = 3.85%
G = 78.85%
B = 17.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#045212 (or 0x045212) is known color: British Racing Green. HEX triplet: 04, 52 and 12. RGB value is (4,82,18). Sum of RGB (Red+Green+Blue) = 4+82+18=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #045212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045212 is #FBADED. Grayscale: #333333. Windows color (decimal): -16494062 or 1200644. OLE color: 1200644.

HSL color Cylindrical-coordinate representation of color #045212: hue angle of 130.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045212 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 18 -
CMYK 0.95 0 0.78 0.68
HSL 130.77º 0.91% 0.17% -
HSV(B) 130.77º 0.95% 0.32% -
XYZ 3.18 6.1 1.58 -
YUV 51.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 4 82 18 0.95 0 0.78 0.68 130.77 0.91 0.17
Hex 4 52 12 5F 0 4E 44 83 5B 11
Octal 4 122 22 137 0 116 104 203 133 21
Binary 100 1010010 10010 1011111 0 1001110 1000100 10000011 1011011 10001

Color Harmonies of #045212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045212

Black with #045212

Text Example


Text Example

White with #045212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045212; }

 p { color: rgb(4,82,18); }

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

background-color css

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

 a { background-color: rgb(4,82,18); }

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

border-color css

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

 span { border-color: rgb(4,82,18); }

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