#04481E

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

Shades of British Racing Green #04481E

Tints of British Racing Green #04481E

Color information

#04481E (or 0x04481E) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 1E. RGB value is (4,72,30). Sum of RGB (Red+Green+Blue) = 4+72+30=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #04481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481E is #FBB7E1. Grayscale: #2E2E2E. Windows color (decimal): -16496610 or 1984516. OLE color: 1984516.

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

Color convert

RGB47230-
CMYK0.9400.580.72
HSL142.94º89.47%14.9%-
HSV(B)142.94º94.44%28.24%-
XYZ2.64.752.01-
YUV46.88118.4797.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=3.77%
G=67.92%
B=28.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472300.9400.580.72142.9489.4714.9
Hex4481E5E03A488f59f
Octal41103613607211021713117
Binary1001001000111101011110011101010010001000111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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