Html Css Color HEX #045229 British Racing Green

📋 copy color: '#045229'

red 4 ◦ green 82 ◦ blue 41

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

Shades of British Racing Green #045229

Tints of British Racing Green #045229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 3.15%
G = 64.57%
B = 32.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#045229 (or 0x045229) is known color: British Racing Green. HEX triplet: 04, 52 and 29. RGB value is (4,82,41). Sum of RGB (Red+Green+Blue) = 4+82+41=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #045229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045229 is #FBADD6. Grayscale: #363636. Windows color (decimal): -16494039 or 2707972. OLE color: 2707972.

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

Color convert

RGB 4 82 41 -
CMYK 0.95 0 0.50 0.68
HSL 148.46º 0.91% 0.17% -
HSV(B) 148.46º 0.95% 0.32% -
XYZ 3.47 6.22 3.12 -
YUV 54 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 4 82 41 0.95 0 0.50 0.68 148.46 0.91 0.17
Hex 4 52 29 5F 0 32 44 94 5B 11
Octal 4 122 51 137 0 62 104 224 133 21
Binary 100 1010010 101001 1011111 0 110010 1000100 10010100 1011011 10001

Color Harmonies of #045229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045229

Black with #045229

Text Example


Text Example

White with #045229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045229; }

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

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

background-color css

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

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

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

border-color css

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

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

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