Html Css Color HEX #05481E British Racing Green

📋 copy color: '#05481E'

red 5 ◦ green 72 ◦ blue 30

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

Shades of British Racing Green #05481E

Tints of British Racing Green #05481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 4.67%
G = 67.29%
B = 28.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#05481E (or 0x05481E) is known color: British Racing Green. HEX triplet: 05, 48 and 1E. RGB value is (5,72,30). Sum of RGB (Red+Green+Blue) = 5+72+30=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #05481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05481E is #FAB7E1. Grayscale: #2F2F2F. Windows color (decimal): -16431074 or 1984517. OLE color: 1984517.

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

Color convert

RGB 5 72 30 -
CMYK 0.93 0 0.58 0.72
HSL 142.39º 0.87% 0.15% -
HSV(B) 142.39º 0.93% 0.28% -
XYZ 2.61 4.76 2.01 -
YUV 47.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 5 72 30 0.93 0 0.58 0.72 142.39 0.87 0.15
Hex 5 48 1E 5D 0 3A 48 8E 57 F
Octal 5 110 36 135 0 72 110 216 127 17
Binary 101 1001000 11110 1011101 0 111010 1001000 10001110 1010111 1111

Color Harmonies of #05481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05481E

Black with #05481E

Text Example


Text Example

White with #05481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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