Html Css Color HEX #04481D British Racing Green

📋 copy color: '#04481D'

red 4 ◦ green 72 ◦ blue 29

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

Shades of British Racing Green #04481D

Tints of British Racing Green #04481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 3.81%
G = 68.57%
B = 27.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#04481D (or 0x04481D) is known color: British Racing Green. HEX triplet: 04, 48 and 1D. RGB value is (4,72,29). Sum of RGB (Red+Green+Blue) = 4+72+29=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #04481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481D is #FBB7E2. Grayscale: #2E2E2E. Windows color (decimal): -16496611 or 1918980. OLE color: 1918980.

HSL color Cylindrical-coordinate representation of color #04481D: hue angle of 142.06º 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 #04481D is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 29 -
CMYK 0.94 0 0.60 0.72
HSL 142.06º 0.89% 0.15% -
HSV(B) 142.06º 0.94% 0.28% -
XYZ 2.59 4.75 1.94 -
YUV 46.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 4 72 29 0.94 0 0.60 0.72 142.06 0.89 0.15
Hex 4 48 1D 5E 0 3C 48 8E 59 F
Octal 4 110 35 136 0 74 110 216 131 17
Binary 100 1001000 11101 1011110 0 111100 1001000 10001110 1011001 1111

Color Harmonies of #04481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481D

Black with #04481D

Text Example


Text Example

White with #04481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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