Html Css Color HEX #053A1A British Racing Green

📋 copy color: '#053A1A'

red 5 ◦ green 58 ◦ blue 26

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

Shades of British Racing Green #053A1A

Tints of British Racing Green #053A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 65.17%

 BLUE value IS 26 (10.55% from 255) = 29.21%

R = 5.62%
G = 65.17%
B = 29.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.77

RGB Variations

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

Color information

#053A1A (or 0x053A1A) is known color: British Racing Green. HEX triplet: 05, 3A and 1A. RGB value is (5,58,26). Sum of RGB (Red+Green+Blue) = 5+58+26=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1A is #FAC5E5. Grayscale: #262626. Windows color (decimal): -16434662 or 1718789. OLE color: 1718789.

HSL color Cylindrical-coordinate representation of color #053A1A: hue angle of 143.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A1A is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 26 -
CMYK 0.91 0 0.55 0.77
HSL 143.77º 0.84% 0.12% -
HSV(B) 143.77º 0.91% 0.23% -
XYZ 1.76 3.13 1.49 -
YUV 38.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 5 58 26 0.91 0 0.55 0.77 143.77 0.84 0.12
Hex 5 3A 1A 5B 0 37 4D 90 54 C
Octal 5 72 32 133 0 67 115 220 124 14
Binary 101 111010 11010 1011011 0 110111 1001101 10010000 1010100 1100

Color Harmonies of #053A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A1A

Black with #053A1A

Text Example


Text Example

White with #053A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,26); }

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

background-color css

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

 a { background-color: rgb(5,58,26); }

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

border-color css

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

 span { border-color: rgb(5,58,26); }

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