Html Css Color HEX #044F1A British Racing Green

📋 copy color: '#044F1A'

red 4 ◦ green 79 ◦ blue 26

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

Shades of British Racing Green #044F1A

Tints of British Racing Green #044F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 3.67%
G = 72.48%
B = 23.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#044F1A (or 0x044F1A) is known color: British Racing Green. HEX triplet: 04, 4F and 1A. RGB value is (4,79,26). Sum of RGB (Red+Green+Blue) = 4+79+26=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #044F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F1A is #FBB0E5. Grayscale: #323232. Windows color (decimal): -16494822 or 1724164. OLE color: 1724164.

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

Color convert

RGB 4 79 26 -
CMYK 0.95 0 0.67 0.69
HSL 137.6º 0.9% 0.16% -
HSV(B) 137.6º 0.95% 0.31% -
XYZ 3.03 5.69 1.92 -
YUV 50.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 4 79 26 0.95 0 0.67 0.69 137.6 0.9 0.16
Hex 4 4F 1A 5F 0 43 45 8A 5A 10
Octal 4 117 32 137 0 103 105 212 132 20
Binary 100 1001111 11010 1011111 0 1000011 1000101 10001010 1011010 10000

Color Harmonies of #044F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F1A

Black with #044F1A

Text Example


Text Example

White with #044F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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