Html Css Color HEX #053E28 British Racing Green

📋 copy color: '#053E28'

red 5 ◦ green 62 ◦ blue 40

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

Shades of British Racing Green #053E28

Tints of British Racing Green #053E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 57.94%

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

R = 4.67%
G = 57.94%
B = 37.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#053E28 (or 0x053E28) is known color: British Racing Green. HEX triplet: 05, 3E and 28. RGB value is (5,62,40). Sum of RGB (Red+Green+Blue) = 5+62+40=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #053E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E28 is #FAC1D7. Grayscale: #2A2A2A. Windows color (decimal): -16433624 or 2637317. OLE color: 2637317.

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

Color convert

RGB 5 62 40 -
CMYK 0.92 0 0.35 0.76
HSL 156.84º 0.85% 0.13% -
HSV(B) 156.84º 0.92% 0.24% -
XYZ 2.17 3.63 2.59 -
YUV 42.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 5 62 40 0.92 0 0.35 0.76 156.84 0.85 0.13
Hex 5 3E 28 5C 0 23 4C 9D 55 D
Octal 5 76 50 134 0 43 114 235 125 15
Binary 101 111110 101000 1011100 0 100011 1001100 10011101 1010101 1101

Color Harmonies of #053E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E28

Black with #053E28

Text Example


Text Example

White with #053E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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