Html Css Color HEX #053D29 British Racing Green

📋 copy color: '#053D29'

red 5 ◦ green 61 ◦ blue 41

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

Shades of British Racing Green #053D29

Tints of British Racing Green #053D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 4.67%
G = 57.01%
B = 38.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#053D29 (or 0x053D29) is known color: British Racing Green. HEX triplet: 05, 3D and 29. RGB value is (5,61,41). Sum of RGB (Red+Green+Blue) = 5+61+41=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #053D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D29 is #FAC2D6. Grayscale: #292929. Windows color (decimal): -16433879 or 2702597. OLE color: 2702597.

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

Color convert

RGB 5 61 41 -
CMYK 0.92 0 0.33 0.76
HSL 158.57º 0.85% 0.13% -
HSV(B) 158.57º 0.92% 0.24% -
XYZ 2.13 3.53 2.67 -
YUV 41.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 5 61 41 0.92 0 0.33 0.76 158.57 0.85 0.13
Hex 5 3D 29 5C 0 21 4C 9F 55 D
Octal 5 75 51 134 0 41 114 237 125 15
Binary 101 111101 101001 1011100 0 100001 1001100 10011111 1010101 1101

Color Harmonies of #053D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D29

Black with #053D29

Text Example


Text Example

White with #053D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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