Html Css Color HEX #043D1F British Racing Green

📋 copy color: '#043D1F'

red 4 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #043D1F

Tints of British Racing Green #043D1F

RGB

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

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

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

R = 4.17%
G = 63.54%
B = 32.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#043D1F (or 0x043D1F) is known color: British Racing Green. HEX triplet: 04, 3D and 1F. RGB value is (4,61,31). Sum of RGB (Red+Green+Blue) = 4+61+31=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #043D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D1F is #FBC2E0. Grayscale: #282828. Windows color (decimal): -16499425 or 2047236. OLE color: 2047236.

HSL color Cylindrical-coordinate representation of color #043D1F: hue angle of 148.42º 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 #043D1F is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 61 31 -
CMYK 0.93 0 0.49 0.76
HSL 148.42º 0.88% 0.13% -
HSV(B) 148.42º 0.93% 0.24% -
XYZ 1.97 3.46 1.86 -
YUV 40.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 4 61 31 0.93 0 0.49 0.76 148.42 0.88 0.13
Hex 4 3D 1F 5D 0 31 4C 94 58 D
Octal 4 75 37 135 0 61 114 224 130 15
Binary 100 111101 11111 1011101 0 110001 1001100 10010100 1011000 1101

Color Harmonies of #043D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043D1F

Black with #043D1F

Text Example


Text Example

White with #043D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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