Html Css Color HEX #044F13 British Racing Green

📋 copy color: '#044F13'

red 4 ◦ green 79 ◦ blue 19

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

Shades of British Racing Green #044F13

Tints of British Racing Green #044F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 3.92%
G = 77.45%
B = 18.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#044F13 (or 0x044F13) is known color: British Racing Green. HEX triplet: 04, 4F and 13. RGB value is (4,79,19). Sum of RGB (Red+Green+Blue) = 4+79+19=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 79 (31.25% from 255 or 77.45% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 79 - color contains mainly: green. Hex color #044F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044F13 is #FBB0EC. Grayscale: #313131. Windows color (decimal): -16494829 or 1265412. OLE color: 1265412.

HSL color Cylindrical-coordinate representation of color #044F13: hue angle of 132º 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 #044F13 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 79 19 -
CMYK 0.95 0 0.76 0.69
HSL 132º 0.9% 0.16% -
HSV(B) 132º 0.95% 0.31% -
XYZ 2.96 5.66 1.55 -
YUV 49.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 4 79 19 0.95 0 0.76 0.69 132 0.9 0.16
Hex 4 4F 13 5F 0 4C 45 84 5A 10
Octal 4 117 23 137 0 114 105 204 132 20
Binary 100 1001111 10011 1011111 0 1001100 1000101 10000100 1011010 10000

Color Harmonies of #044F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F13

Black with #044F13

Text Example


Text Example

White with #044F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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