Html Css Color HEX #053A1B British Racing Green

📋 copy color: '#053A1B'

red 5 ◦ green 58 ◦ blue 27

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

Shades of British Racing Green #053A1B

Tints of British Racing Green #053A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30%

R = 5.56%
G = 64.44%
B = 30%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#053A1B (or 0x053A1B) is known color: British Racing Green. HEX triplet: 05, 3A and 1B. RGB value is (5,58,27). Sum of RGB (Red+Green+Blue) = 5+58+27=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 58 (23.05% from 255 or 64.44% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1B is #FAC5E4. Grayscale: #262626. Windows color (decimal): -16434661 or 1784325. OLE color: 1784325.

HSL color Cylindrical-coordinate representation of color #053A1B: hue angle of 144.91º 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 #053A1B is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 27 -
CMYK 0.91 0 0.53 0.77
HSL 144.91º 0.84% 0.12% -
HSV(B) 144.91º 0.91% 0.23% -
XYZ 1.77 3.14 1.55 -
YUV 38.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 5 58 27 0.91 0 0.53 0.77 144.91 0.84 0.12
Hex 5 3A 1B 5B 0 35 4D 91 54 C
Octal 5 72 33 133 0 65 115 221 124 14
Binary 101 111010 11011 1011011 0 110101 1001101 10010001 1010100 1100

Color Harmonies of #053A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A1B

Black with #053A1B

Text Example


Text Example

White with #053A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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