Html Css Color HEX #04481E British Racing Green

📋 copy color: '#04481E'

red 4 ◦ green 72 ◦ blue 30

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

Shades of British Racing Green #04481E

Tints of British Racing Green #04481E

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.3%

R = 3.77%
G = 67.92%
B = 28.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#04481E (or 0x04481E) is known color: 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

RGB 4 72 30 -
CMYK 0.94 0 0.58 0.72
HSL 142.94º 0.89% 0.15% -
HSV(B) 142.94º 0.94% 0.28% -
XYZ 2.6 4.75 2.01 -
YUV 46.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 4 72 30 0.94 0 0.58 0.72 142.94 0.89 0.15
Hex 4 48 1E 5E 0 3A 48 8F 59 F
Octal 4 110 36 136 0 72 110 217 131 17
Binary 100 1001000 11110 1011110 0 111010 1001000 10001111 1011001 1111

Color Harmonies of #04481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04481E

Black with #04481E

Text Example


Text Example

White with #04481E

Text Example


Text Example

HTML Codes & Css Web 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>