Html Css Color HEX #05481A British Racing Green

📋 copy color: '#05481A'

red 5 ◦ green 72 ◦ blue 26

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

Shades of British Racing Green #05481A

Tints of British Racing Green #05481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.24%

R = 4.85%
G = 69.9%
B = 25.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#05481A (or 0x05481A) is known color: British Racing Green. HEX triplet: 05, 48 and 1A. RGB value is (5,72,26). Sum of RGB (Red+Green+Blue) = 5+72+26=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #05481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05481A is #FAB7E5. Grayscale: #2E2E2E. Windows color (decimal): -16431078 or 1722373. OLE color: 1722373.

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

Color convert

RGB 5 72 26 -
CMYK 0.93 0 0.64 0.72
HSL 138.81º 0.87% 0.15% -
HSV(B) 138.81º 0.93% 0.28% -
XYZ 2.57 4.74 1.76 -
YUV 46.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 5 72 26 0.93 0 0.64 0.72 138.81 0.87 0.15
Hex 5 48 1A 5D 0 40 48 8B 57 F
Octal 5 110 32 135 0 100 110 213 127 17
Binary 101 1001000 11010 1011101 0 1000000 1001000 10001011 1010111 1111

Color Harmonies of #05481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05481A

Black with #05481A

Text Example


Text Example

White with #05481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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