Html Css Color HEX #044F1F British Racing Green

📋 copy color: '#044F1F'

red 4 ◦ green 79 ◦ blue 31

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

Shades of British Racing Green #044F1F

Tints of British Racing Green #044F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 69.3%

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

R = 3.51%
G = 69.3%
B = 27.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#044F1F (or 0x044F1F) is known color: British Racing Green. HEX triplet: 04, 4F and 1F. RGB value is (4,79,31). Sum of RGB (Red+Green+Blue) = 4+79+31=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #044F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F1F is #FBB0E0. Grayscale: #333333. Windows color (decimal): -16494817 or 2051844. OLE color: 2051844.

HSL color Cylindrical-coordinate representation of color #044F1F: hue angle of 141.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F1F is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 79 31 -
CMYK 0.95 0 0.61 0.69
HSL 141.6º 0.9% 0.16% -
HSV(B) 141.6º 0.95% 0.31% -
XYZ 3.09 5.72 2.24 -
YUV 51.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 4 79 31 0.95 0 0.61 0.69 141.6 0.9 0.16
Hex 4 4F 1F 5F 0 3D 45 8E 5A 10
Octal 4 117 37 137 0 75 105 216 132 20
Binary 100 1001111 11111 1011111 0 111101 1000101 10001110 1011010 10000

Color Harmonies of #044F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F1F

Black with #044F1F

Text Example


Text Example

White with #044F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044F1F; }

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

 H1.HeaderClassName
 {
   color: #044F1F;
 }
 .AnyTagClassName
 {
   color: #044F1F;
 }
</style>

background-color css

<style>
 a { background-color: #044F1F; }

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

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

border-color css

<style>
 span { border-color: #044F1F; }

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

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