Html Css Color HEX #045215 British Racing Green

📋 copy color: '#045215'

red 4 ◦ green 82 ◦ blue 21

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

Shades of British Racing Green #045215

Tints of British Racing Green #045215

RGB

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

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

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

R = 3.74%
G = 76.64%
B = 19.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#045215 (or 0x045215) is known color: British Racing Green. HEX triplet: 04, 52 and 15. RGB value is (4,82,21). Sum of RGB (Red+Green+Blue) = 4+82+21=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #045215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045215 is #FBADEA. Grayscale: #333333. Windows color (decimal): -16494059 or 1397252. OLE color: 1397252.

HSL color Cylindrical-coordinate representation of color #045215: hue angle of 133.08º 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 #045215 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 21 -
CMYK 0.95 0 0.74 0.68
HSL 133.08º 0.91% 0.17% -
HSV(B) 133.08º 0.95% 0.32% -
XYZ 3.2 6.11 1.72 -
YUV 51.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 4 82 21 0.95 0 0.74 0.68 133.08 0.91 0.17
Hex 4 52 15 5F 0 4A 44 85 5B 11
Octal 4 122 25 137 0 112 104 205 133 21
Binary 100 1010010 10101 1011111 0 1001010 1000100 10000101 1011011 10001

Color Harmonies of #045215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045215

Black with #045215

Text Example


Text Example

White with #045215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045215; }

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

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

background-color css

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

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

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

border-color css

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

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

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