Html Css Color HEX #044F1B British Racing Green

📋 copy color: '#044F1B'

red 4 ◦ green 79 ◦ blue 27

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

Shades of British Racing Green #044F1B

Tints of British Racing Green #044F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 3.64%
G = 71.82%
B = 24.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#044F1B (or 0x044F1B) is known color: British Racing Green. HEX triplet: 04, 4F and 1B. RGB value is (4,79,27). Sum of RGB (Red+Green+Blue) = 4+79+27=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 79 (31.25% from 255 or 71.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 79 - color contains mainly: green. Hex color #044F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F1B is #FBB0E4. Grayscale: #323232. Windows color (decimal): -16494821 or 1789700. OLE color: 1789700.

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

Color convert

RGB 4 79 27 -
CMYK 0.95 0 0.66 0.69
HSL 138.4º 0.9% 0.16% -
HSV(B) 138.4º 0.95% 0.31% -
XYZ 3.04 5.7 1.98 -
YUV 50.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 4 79 27 0.95 0 0.66 0.69 138.4 0.9 0.16
Hex 4 4F 1B 5F 0 42 45 8A 5A 10
Octal 4 117 33 137 0 102 105 212 132 20
Binary 100 1001111 11011 1011111 0 1000010 1000101 10001010 1011010 10000

Color Harmonies of #044F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F1B

Black with #044F1B

Text Example


Text Example

White with #044F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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