Html Css Color HEX #05482F British Racing Green

📋 copy color: '#05482F'

red 5 ◦ green 72 ◦ blue 47

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

Shades of British Racing Green #05482F

Tints of British Racing Green #05482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 4.03%
G = 58.06%
B = 37.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#05482F (or 0x05482F) is known color: British Racing Green. HEX triplet: 05, 48 and 2F. RGB value is (5,72,47). Sum of RGB (Red+Green+Blue) = 5+72+47=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #05482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482F is #FAB7D0. Grayscale: #313131. Windows color (decimal): -16431057 or 3098629. OLE color: 3098629.

HSL color Cylindrical-coordinate representation of color #05482F: hue angle of 157.61º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05482F is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 47 -
CMYK 0.93 0 0.35 0.72
HSL 157.61º 0.87% 0.15% -
HSV(B) 157.61º 0.93% 0.28% -
XYZ 2.89 4.87 3.48 -
YUV 49.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 5 72 47 0.93 0 0.35 0.72 157.61 0.87 0.15
Hex 5 48 2F 5D 0 23 48 9E 57 F
Octal 5 110 57 135 0 43 110 236 127 17
Binary 101 1001000 101111 1011101 0 100011 1001000 10011110 1010111 1111

Color Harmonies of #05482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05482F

Black with #05482F

Text Example


Text Example

White with #05482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05482F; }

 p { color: rgb(5,72,47); }

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

background-color css

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

 a { background-color: rgb(5,72,47); }

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

border-color css

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

 span { border-color: rgb(5,72,47); }

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