Html Css Color HEX #044A1B British Racing Green

📋 copy color: '#044A1B'

red 4 ◦ green 74 ◦ blue 27

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

Shades of British Racing Green #044A1B

Tints of British Racing Green #044A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 70.48%

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

R = 3.81%
G = 70.48%
B = 25.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#044A1B (or 0x044A1B) is known color: British Racing Green. HEX triplet: 04, 4A and 1B. RGB value is (4,74,27). Sum of RGB (Red+Green+Blue) = 4+74+27=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #044A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A1B is #FBB5E4. Grayscale: #2F2F2F. Windows color (decimal): -16496101 or 1788420. OLE color: 1788420.

HSL color Cylindrical-coordinate representation of color #044A1B: hue angle of 139.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A1B is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 74 27 -
CMYK 0.95 0 0.64 0.71
HSL 139.71º 0.9% 0.15% -
HSV(B) 139.71º 0.95% 0.29% -
XYZ 2.7 5 1.86 -
YUV 47.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 4 74 27 0.95 0 0.64 0.71 139.71 0.9 0.15
Hex 4 4A 1B 5F 0 40 47 8C 5A F
Octal 4 112 33 137 0 100 107 214 132 17
Binary 100 1001010 11011 1011111 0 1000000 1000111 10001100 1011010 1111

Color Harmonies of #044A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A1B

Black with #044A1B

Text Example


Text Example

White with #044A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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