Html Css Color HEX #04481C British Racing Green

📋 copy color: '#04481C'

red 4 ◦ green 72 ◦ blue 28

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

Shades of British Racing Green #04481C

Tints of British Racing Green #04481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.92%

R = 3.85%
G = 69.23%
B = 26.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#04481C (or 0x04481C) is known color: British Racing Green. HEX triplet: 04, 48 and 1C. RGB value is (4,72,28). Sum of RGB (Red+Green+Blue) = 4+72+28=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #04481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481C is #FBB7E3. Grayscale: #2E2E2E. Windows color (decimal): -16496612 or 1853444. OLE color: 1853444.

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

Color convert

RGB 4 72 28 -
CMYK 0.94 0 0.61 0.72
HSL 141.18º 0.89% 0.15% -
HSV(B) 141.18º 0.94% 0.28% -
XYZ 2.58 4.74 1.88 -
YUV 46.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 4 72 28 0.94 0 0.61 0.72 141.18 0.89 0.15
Hex 4 48 1C 5E 0 3D 48 8D 59 F
Octal 4 110 34 136 0 75 110 215 131 17
Binary 100 1001000 11100 1011110 0 111101 1001000 10001101 1011001 1111

Color Harmonies of #04481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481C

Black with #04481C

Text Example


Text Example

White with #04481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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