Html Css Color HEX #053F21 British Racing Green

📋 copy color: '#053F21'

red 5 ◦ green 63 ◦ blue 33

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

Shades of British Racing Green #053F21

Tints of British Racing Green #053F21

RGB

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

 GREEN value IS 63 (25% from 255) = 62.38%

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 4.95%
G = 62.38%
B = 32.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#053F21 (or 0x053F21) is known color: British Racing Green. HEX triplet: 05, 3F and 21. RGB value is (5,63,33). Sum of RGB (Red+Green+Blue) = 5+63+33=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #053F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F21 is #FAC0DE. Grayscale: #2A2A2A. Windows color (decimal): -16433375 or 2178821. OLE color: 2178821.

HSL color Cylindrical-coordinate representation of color #053F21: hue angle of 148.97º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F21 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 63 33 -
CMYK 0.92 0 0.48 0.75
HSL 148.97º 0.85% 0.13% -
HSV(B) 148.97º 0.92% 0.25% -
XYZ 2.11 3.7 2.04 -
YUV 42.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 5 63 33 0.92 0 0.48 0.75 148.97 0.85 0.13
Hex 5 3F 21 5C 0 30 4B 95 55 D
Octal 5 77 41 134 0 60 113 225 125 15
Binary 101 111111 100001 1011100 0 110000 1001011 10010101 1010101 1101

Color Harmonies of #053F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F21

Black with #053F21

Text Example


Text Example

White with #053F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,33); }

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

background-color css

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

 a { background-color: rgb(5,63,33); }

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

border-color css

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

 span { border-color: rgb(5,63,33); }

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