Html Css Color HEX #053D1E British Racing Green

📋 copy color: '#053D1E'

red 5 ◦ green 61 ◦ blue 30

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

Shades of British Racing Green #053D1E

Tints of British Racing Green #053D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 63.54%

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

R = 5.21%
G = 63.54%
B = 31.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.76

RGB Variations

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

Color information

#053D1E (or 0x053D1E) is known color: British Racing Green. HEX triplet: 05, 3D and 1E. RGB value is (5,61,30). Sum of RGB (Red+Green+Blue) = 5+61+30=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #053D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D1E is #FAC2E1. Grayscale: #282828. Windows color (decimal): -16433890 or 1981701. OLE color: 1981701.

HSL color Cylindrical-coordinate representation of color #053D1E: hue angle of 146.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D1E is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 61 30 -
CMYK 0.92 0 0.51 0.76
HSL 146.79º 0.85% 0.13% -
HSV(B) 146.79º 0.92% 0.24% -
XYZ 1.97 3.46 1.79 -
YUV 40.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 5 61 30 0.92 0 0.51 0.76 146.79 0.85 0.13
Hex 5 3D 1E 5C 0 33 4C 93 55 D
Octal 5 75 36 134 0 63 114 223 125 15
Binary 101 111101 11110 1011100 0 110011 1001100 10010011 1010101 1101

Color Harmonies of #053D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D1E

Black with #053D1E

Text Example


Text Example

White with #053D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053D1E; }

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

 H1.HeaderClassName
 {
   color: #053D1E;
 }
 .AnyTagClassName
 {
   color: #053D1E;
 }
</style>

background-color css

<style>
 a { background-color: #053D1E; }

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

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

border-color css

<style>
 span { border-color: #053D1E; }

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

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