Html Css Color HEX #04441F British Racing Green

📋 copy color: '#04441F'

red 4 ◦ green 68 ◦ blue 31

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

Shades of British Racing Green #04441F

Tints of British Racing Green #04441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.02%

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

R = 3.88%
G = 66.02%
B = 30.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#04441F (or 0x04441F) is known color: British Racing Green. HEX triplet: 04, 44 and 1F. RGB value is (4,68,31). Sum of RGB (Red+Green+Blue) = 4+68+31=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #04441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04441F is #FBBBE0. Grayscale: #2C2C2C. Windows color (decimal): -16497633 or 2049028. OLE color: 2049028.

HSL color Cylindrical-coordinate representation of color #04441F: hue angle of 145.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04441F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 68 31 -
CMYK 0.94 0 0.54 0.73
HSL 145.31º 0.89% 0.14% -
HSV(B) 145.31º 0.94% 0.27% -
XYZ 2.36 4.26 1.99 -
YUV 44.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 4 68 31 0.94 0 0.54 0.73 145.31 0.89 0.14
Hex 4 44 1F 5E 0 36 49 91 59 E
Octal 4 104 37 136 0 66 111 221 131 16
Binary 100 1000100 11111 1011110 0 110110 1001001 10010001 1011001 1110

Color Harmonies of #04441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04441F

Black with #04441F

Text Example


Text Example

White with #04441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04441F; }

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

 H1.HeaderClassName
 {
   color: #04441F;
 }
 .AnyTagClassName
 {
   color: #04441F;
 }
</style>

background-color css

<style>
 a { background-color: #04441F; }

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

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

border-color css

<style>
 span { border-color: #04441F; }

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

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