Html Css Color HEX #05482C British Racing Green

📋 copy color: '#05482C'

red 5 ◦ green 72 ◦ blue 44

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

Shades of British Racing Green #05482C

Tints of British Racing Green #05482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 4.13%
G = 59.5%
B = 36.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#05482C (or 0x05482C) is known color: British Racing Green. HEX triplet: 05, 48 and 2C. RGB value is (5,72,44). Sum of RGB (Red+Green+Blue) = 5+72+44=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #05482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482C is #FAB7D3. Grayscale: #303030. Windows color (decimal): -16431060 or 2902021. OLE color: 2902021.

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

Color convert

RGB 5 72 44 -
CMYK 0.93 0 0.39 0.72
HSL 154.93º 0.87% 0.15% -
HSV(B) 154.93º 0.93% 0.28% -
XYZ 2.83 4.85 3.17 -
YUV 48.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 5 72 44 0.93 0 0.39 0.72 154.93 0.87 0.15
Hex 5 48 2C 5D 0 27 48 9B 57 F
Octal 5 110 54 135 0 47 110 233 127 17
Binary 101 1001000 101100 1011101 0 100111 1001000 10011011 1010111 1111

Color Harmonies of #05482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05482C

Black with #05482C

Text Example


Text Example

White with #05482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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