Html Css Color HEX #053A1F British Racing Green

📋 copy color: '#053A1F'

red 5 ◦ green 58 ◦ blue 31

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

Shades of British Racing Green #053A1F

Tints of British Racing Green #053A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 5.32%
G = 61.7%
B = 32.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#053A1F (or 0x053A1F) is known color: British Racing Green. HEX triplet: 05, 3A and 1F. RGB value is (5,58,31). Sum of RGB (Red+Green+Blue) = 5+58+31=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1F is #FAC5E0. Grayscale: #272727. Windows color (decimal): -16434657 or 2046469. OLE color: 2046469.

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

Color convert

RGB 5 58 31 -
CMYK 0.91 0 0.47 0.77
HSL 149.43º 0.84% 0.12% -
HSV(B) 149.43º 0.91% 0.23% -
XYZ 1.82 3.16 1.81 -
YUV 39.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 5 58 31 0.91 0 0.47 0.77 149.43 0.84 0.12
Hex 5 3A 1F 5B 0 2F 4D 95 54 C
Octal 5 72 37 133 0 57 115 225 124 14
Binary 101 111010 11111 1011011 0 101111 1001101 10010101 1010100 1100

Color Harmonies of #053A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A1F

Black with #053A1F

Text Example


Text Example

White with #053A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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