Html Css Color HEX #053D28 British Racing Green

📋 copy color: '#053D28'

red 5 ◦ green 61 ◦ blue 40

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

Shades of British Racing Green #053D28

Tints of British Racing Green #053D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.74%

R = 4.72%
G = 57.55%
B = 37.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.76

RGB Variations

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

Color information

#053D28 (or 0x053D28) is known color: British Racing Green. HEX triplet: 05, 3D and 28. RGB value is (5,61,40). Sum of RGB (Red+Green+Blue) = 5+61+40=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #053D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D28 is #FAC2D7. Grayscale: #292929. Windows color (decimal): -16433880 or 2637061. OLE color: 2637061.

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

Color convert

RGB 5 61 40 -
CMYK 0.92 0 0.34 0.76
HSL 157.5º 0.85% 0.13% -
HSV(B) 157.5º 0.92% 0.24% -
XYZ 2.11 3.52 2.58 -
YUV 41.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 5 61 40 0.92 0 0.34 0.76 157.5 0.85 0.13
Hex 5 3D 28 5C 0 22 4C 9E 55 D
Octal 5 75 50 134 0 42 114 236 125 15
Binary 101 111101 101000 1011100 0 100010 1001100 10011110 1010101 1101

Color Harmonies of #053D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D28

Black with #053D28

Text Example


Text Example

White with #053D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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