Html Css Color HEX #04482E British Racing Green

📋 copy color: '#04482E'

red 4 ◦ green 72 ◦ blue 46

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

Shades of British Racing Green #04482E

Tints of British Racing Green #04482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 3.28%
G = 59.02%
B = 37.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#04482E (or 0x04482E) is known color: British Racing Green. HEX triplet: 04, 48 and 2E. RGB value is (4,72,46). Sum of RGB (Red+Green+Blue) = 4+72+46=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #04482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482E is #FBB7D1. Grayscale: #303030. Windows color (decimal): -16496594 or 3033092. OLE color: 3033092.

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

Color convert

RGB 4 72 46 -
CMYK 0.94 0 0.36 0.72
HSL 157.06º 0.89% 0.15% -
HSV(B) 157.06º 0.94% 0.28% -
XYZ 2.86 4.86 3.37 -
YUV 48.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 4 72 46 0.94 0 0.36 0.72 157.06 0.89 0.15
Hex 4 48 2E 5E 0 24 48 9D 59 F
Octal 4 110 56 136 0 44 110 235 131 17
Binary 100 1001000 101110 1011110 0 100100 1001000 10011101 1011001 1111

Color Harmonies of #04482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04482E

Black with #04482E

Text Example


Text Example

White with #04482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04482E;
 }
 .AnyTagClassName
 {
   color: #04482E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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