#05482B

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

Shades of British Racing Green #05482B

Tints of British Racing Green #05482B

Color information

#05482B (or 0x05482B) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 2B. RGB value is (5,72,43). Sum of RGB (Red+Green+Blue) = 5+72+43=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #05482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482B is #FAB7D4. Grayscale: #303030. Windows color (decimal): -16431061 or 2836485. OLE color: 2836485.

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

Color convert

RGB57243-
CMYK0.9300.400.72
HSL154.03º87.01%15.1%-
HSV(B)154.03º93.06%28.24%-
XYZ2.824.843.07-
YUV48.66124.896.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 72 (28.52% from 255) = 60%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=4.17%
G=60%
B=35.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572430.9300.400.72154.0387.0115.1
Hex5482B5D028489a57f
Octal51105313505011023212717
Binary10110010001010111011101010100010010001001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05482B;
 }
 .AnyTagClassName
 {
   color: #05482B;
 }
</style>
background-color css

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

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

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

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

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

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