Html Css Color HEX #053D1D British Racing Green

📋 copy color: '#053D1D'

red 5 ◦ green 61 ◦ blue 29

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

Shades of British Racing Green #053D1D

Tints of British Racing Green #053D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 5.26%
G = 64.21%
B = 30.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#053D1D (or 0x053D1D) is known color: British Racing Green. HEX triplet: 05, 3D and 1D. RGB value is (5,61,29). Sum of RGB (Red+Green+Blue) = 5+61+29=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #053D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D1D is #FAC2E2. Grayscale: #282828. Windows color (decimal): -16433891 or 1916165. OLE color: 1916165.

HSL color Cylindrical-coordinate representation of color #053D1D: hue angle of 145.71º 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 #053D1D is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 61 29 -
CMYK 0.92 0 0.52 0.76
HSL 145.71º 0.85% 0.13% -
HSV(B) 145.71º 0.92% 0.24% -
XYZ 1.95 3.46 1.73 -
YUV 40.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 5 61 29 0.92 0 0.52 0.76 145.71 0.85 0.13
Hex 5 3D 1D 5C 0 34 4C 92 55 D
Octal 5 75 35 134 0 64 114 222 125 15
Binary 101 111101 11101 1011100 0 110100 1001100 10010010 1010101 1101

Color Harmonies of #053D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D1D

Black with #053D1D

Text Example


Text Example

White with #053D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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