#05482C

Color #05482C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #05482C

Tints of British Racing Green #05482C

Color information

#05482C (or 0x05482C) is unknown color: approx 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

RGB57244-
CMYK0.9300.390.72
HSL154.93º87.01%15.1%-
HSV(B)154.93º93.06%28.24%-
XYZ2.834.853.17-
YUV48.77125.396.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=4.13%
G=59.50%
B=36.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572440.9300.390.72154.9387.0115.1
Hex5482C5D027489b57f
Octal51105413504711023312717
Binary10110010001011001011101010011110010001001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>