Html Css Color HEX #05482E British Racing Green

📋 copy color: '#05482E'

red 5 ◦ green 72 ◦ blue 46

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

Shades of British Racing Green #05482E

Tints of British Racing Green #05482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 37.4%

R = 4.07%
G = 58.54%
B = 37.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#05482E (or 0x05482E) is known color: British Racing Green. HEX triplet: 05, 48 and 2E. RGB value is (5,72,46). Sum of RGB (Red+Green+Blue) = 5+72+46=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #05482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482E is #FAB7D1. Grayscale: #313131. Windows color (decimal): -16431058 or 3033093. OLE color: 3033093.

HSL color Cylindrical-coordinate representation of color #05482E: hue angle of 156.72º 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 #05482E is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 46 -
CMYK 0.93 0 0.36 0.72
HSL 156.72º 0.87% 0.15% -
HSV(B) 156.72º 0.93% 0.28% -
XYZ 2.87 4.86 3.37 -
YUV 49 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 5 72 46 0.93 0 0.36 0.72 156.72 0.87 0.15
Hex 5 48 2E 5D 0 24 48 9D 57 F
Octal 5 110 56 135 0 44 110 235 127 17
Binary 101 1001000 101110 1011101 0 100100 1001000 10011101 1010111 1111

Color Harmonies of #05482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05482E

Black with #05482E

Text Example


Text Example

White with #05482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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