#04481B

Color #04481B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #04481B

Tints of British Racing Green #04481B

Color information

#04481B (or 0x04481B) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 1B. RGB value is (4,72,27). Sum of RGB (Red+Green+Blue) = 4+72+27=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #04481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481B is #FBB7E4. Grayscale: #2E2E2E. Windows color (decimal): -16496613 or 1787908. OLE color: 1787908.

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

Color convert

RGB47227-
CMYK0.9400.620.72
HSL140.29º89.47%14.9%-
HSV(B)140.29º94.44%28.24%-
XYZ2.574.741.82-
YUV46.54116.9797.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 72 (28.52% from 255) = 69.90%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=3.88%
G=69.90%
B=26.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472270.9400.620.72140.2989.4714.9
Hex4481B5E03E488c59f
Octal41103313607611021413117
Binary1001001000110111011110011111010010001000110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04481B;
 }
 .AnyTagClassName
 {
   color: #04481B;
 }
</style>
background-color css

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

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

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

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

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

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