Html Css Color HEX #05482A British Racing Green

📋 copy color: '#05482A'

red 5 ◦ green 72 ◦ blue 42

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

Shades of British Racing Green #05482A

Tints of British Racing Green #05482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 4.2%
G = 60.5%
B = 35.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#05482A (or 0x05482A) is known color: British Racing Green. HEX triplet: 05, 48 and 2A. RGB value is (5,72,42). Sum of RGB (Red+Green+Blue) = 5+72+42=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #05482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05482A is #FAB7D5. Grayscale: #303030. Windows color (decimal): -16431062 or 2770949. OLE color: 2770949.

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

Color convert

RGB 5 72 42 -
CMYK 0.93 0 0.42 0.72
HSL 153.13º 0.87% 0.15% -
HSV(B) 153.13º 0.93% 0.28% -
XYZ 2.8 4.83 2.98 -
YUV 48.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 5 72 42 0.93 0 0.42 0.72 153.13 0.87 0.15
Hex 5 48 2A 5D 0 2A 48 99 57 F
Octal 5 110 52 135 0 52 110 231 127 17
Binary 101 1001000 101010 1011101 0 101010 1001000 10011001 1010111 1111

Color Harmonies of #05482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05482A

Black with #05482A

Text Example


Text Example

White with #05482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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