Html Css Color HEX #043A1F British Racing Green

📋 copy color: '#043A1F'

red 4 ◦ green 58 ◦ blue 31

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

Shades of British Racing Green #043A1F

Tints of British Racing Green #043A1F

RGB

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

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

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

R = 4.3%
G = 62.37%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#043A1F (or 0x043A1F) is known color: British Racing Green. HEX triplet: 04, 3A and 1F. RGB value is (4,58,31). Sum of RGB (Red+Green+Blue) = 4+58+31=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1F is #FBC5E0. Grayscale: #262626. Windows color (decimal): -16500193 or 2046468. OLE color: 2046468.

HSL color Cylindrical-coordinate representation of color #043A1F: hue angle of 150º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A1F is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 58 31 -
CMYK 0.93 0 0.47 0.77
HSL 150º 0.87% 0.12% -
HSV(B) 150º 0.93% 0.23% -
XYZ 1.81 3.15 1.81 -
YUV 38.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 4 58 31 0.93 0 0.47 0.77 150 0.87 0.12
Hex 4 3A 1F 5D 0 2F 4D 96 57 C
Octal 4 72 37 135 0 57 115 226 127 14
Binary 100 111010 11111 1011101 0 101111 1001101 10010110 1010111 1100

Color Harmonies of #043A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A1F

Black with #043A1F

Text Example


Text Example

White with #043A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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