Html Css Color HEX #053E2D British Racing Green

📋 copy color: '#053E2D'

red 5 ◦ green 62 ◦ blue 45

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

Shades of British Racing Green #053E2D

Tints of British Racing Green #053E2D

RGB

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

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

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

R = 4.46%
G = 55.36%
B = 40.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#053E2D (or 0x053E2D) is known color: British Racing Green. HEX triplet: 05, 3E and 2D. RGB value is (5,62,45). Sum of RGB (Red+Green+Blue) = 5+62+45=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #053E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E2D is #FAC1D2. Grayscale: #2B2B2B. Windows color (decimal): -16433619 or 2964997. OLE color: 2964997.

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

Color convert

RGB 5 62 45 -
CMYK 0.92 0 0.27 0.76
HSL 162.11º 0.85% 0.13% -
HSV(B) 162.11º 0.92% 0.24% -
XYZ 2.26 3.67 3.07 -
YUV 43.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 5 62 45 0.92 0 0.27 0.76 162.11 0.85 0.13
Hex 5 3E 2D 5C 0 1B 4C A2 55 D
Octal 5 76 55 134 0 33 114 242 125 15
Binary 101 111110 101101 1011100 0 11011 1001100 10100010 1010101 1101

Color Harmonies of #053E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E2D

Black with #053E2D

Text Example


Text Example

White with #053E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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