Html Css Color HEX #053D2D British Racing Green

📋 copy color: '#053D2D'

red 5 ◦ green 61 ◦ blue 45

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

Shades of British Racing Green #053D2D

Tints of British Racing Green #053D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.54%

R = 4.5%
G = 54.95%
B = 40.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#053D2D (or 0x053D2D) is known color: British Racing Green. HEX triplet: 05, 3D and 2D. RGB value is (5,61,45). Sum of RGB (Red+Green+Blue) = 5+61+45=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #053D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D2D is #FAC2D2. Grayscale: #2A2A2A. Windows color (decimal): -16433875 or 2964741. OLE color: 2964741.

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

Color convert

RGB 5 61 45 -
CMYK 0.92 0 0.26 0.76
HSL 162.86º 0.85% 0.13% -
HSV(B) 162.86º 0.92% 0.24% -
XYZ 2.2 3.56 3.05 -
YUV 42.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 5 61 45 0.92 0 0.26 0.76 162.86 0.85 0.13
Hex 5 3D 2D 5C 0 1A 4C A3 55 D
Octal 5 75 55 134 0 32 114 243 125 15
Binary 101 111101 101101 1011100 0 11010 1001100 10100011 1010101 1101

Color Harmonies of #053D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D2D

Black with #053D2D

Text Example


Text Example

White with #053D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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