Html Css Color HEX #04481F British Racing Green

📋 copy color: '#04481F'

red 4 ◦ green 72 ◦ blue 31

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

Shades of British Racing Green #04481F

Tints of British Racing Green #04481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 67.29%

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

R = 3.74%
G = 67.29%
B = 28.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#04481F (or 0x04481F) is known color: British Racing Green. HEX triplet: 04, 48 and 1F. RGB value is (4,72,31). Sum of RGB (Red+Green+Blue) = 4+72+31=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #04481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481F is #FBB7E0. Grayscale: #2F2F2F. Windows color (decimal): -16496609 or 2050052. OLE color: 2050052.

HSL color Cylindrical-coordinate representation of color #04481F: hue angle of 143.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04481F is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 31 -
CMYK 0.94 0 0.57 0.72
HSL 143.82º 0.89% 0.15% -
HSV(B) 143.82º 0.94% 0.28% -
XYZ 2.61 4.76 2.08 -
YUV 46.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 4 72 31 0.94 0 0.57 0.72 143.82 0.89 0.15
Hex 4 48 1F 5E 0 39 48 90 59 F
Octal 4 110 37 136 0 71 110 220 131 17
Binary 100 1001000 11111 1011110 0 111001 1001000 10010000 1011001 1111

Color Harmonies of #04481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481F

Black with #04481F

Text Example


Text Example

White with #04481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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