Html Css Color HEX #043D20 British Racing Green

📋 copy color: '#043D20'

red 4 ◦ green 61 ◦ blue 32

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

Shades of British Racing Green #043D20

Tints of British Racing Green #043D20

RGB

 RED value IS 4 (1.95% from 255) = 4.12%

 GREEN value IS 61 (24.22% from 255) = 62.89%

 BLUE value IS 32 (12.89% from 255) = 32.99%

R = 4.12%
G = 62.89%
B = 32.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#043D20 (or 0x043D20) is known color: British Racing Green. HEX triplet: 04, 3D and 20. RGB value is (4,61,32). Sum of RGB (Red+Green+Blue) = 4+61+32=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #043D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D20 is #FBC2DF. Grayscale: #282828. Windows color (decimal): -16499424 or 2112772. OLE color: 2112772.

HSL color Cylindrical-coordinate representation of color #043D20: hue angle of 149.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043D20 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 61 32 -
CMYK 0.93 0 0.48 0.76
HSL 149.47º 0.88% 0.13% -
HSV(B) 149.47º 0.93% 0.24% -
XYZ 1.98 3.47 1.93 -
YUV 40.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 4 61 32 0.93 0 0.48 0.76 149.47 0.88 0.13
Hex 4 3D 20 5D 0 30 4C 95 58 D
Octal 4 75 40 135 0 60 114 225 130 15
Binary 100 111101 100000 1011101 0 110000 1001100 10010101 1011000 1101

Color Harmonies of #043D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043D20

Black with #043D20

Text Example


Text Example

White with #043D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043D20; }

 p { color: rgb(4,61,32); }

 H1.HeaderClassName
 {
   color: #043D20;
 }
 .AnyTagClassName
 {
   color: #043D20;
 }
</style>

background-color css

<style>
 a { background-color: #043D20; }

 a { background-color: rgb(4,61,32); }

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

border-color css

<style>
 span { border-color: #043D20; }

 span { border-color: rgb(4,61,32); }

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