Html Css Color HEX #055229 British Racing Green

📋 copy color: '#055229'

red 5 ◦ green 82 ◦ blue 41

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

Shades of British Racing Green #055229

Tints of British Racing Green #055229

RGB

 RED value IS 5 (2.34% from 255) = 3.91%

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

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

R = 3.91%
G = 64.06%
B = 32.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#055229 (or 0x055229) is known color: British Racing Green. HEX triplet: 05, 52 and 29. RGB value is (5,82,41). Sum of RGB (Red+Green+Blue) = 5+82+41=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #055229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055229 is #FAADD6. Grayscale: #363636. Windows color (decimal): -16428503 or 2707973. OLE color: 2707973.

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

Color convert

RGB 5 82 41 -
CMYK 0.94 0 0.50 0.68
HSL 148.05º 0.89% 0.17% -
HSV(B) 148.05º 0.94% 0.32% -
XYZ 3.48 6.23 3.12 -
YUV 54.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 5 82 41 0.94 0 0.50 0.68 148.05 0.89 0.17
Hex 5 52 29 5E 0 32 44 94 59 11
Octal 5 122 51 136 0 62 104 224 131 21
Binary 101 1010010 101001 1011110 0 110010 1000100 10010100 1011001 10001

Color Harmonies of #055229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055229

Black with #055229

Text Example


Text Example

White with #055229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055229; }

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

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

background-color css

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

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

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

border-color css

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

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

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