Html Css Color HEX #04482D British Racing Green

📋 copy color: '#04482D'

red 4 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #04482D

Tints of British Racing Green #04482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 3.31%
G = 59.5%
B = 37.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#04482D (or 0x04482D) is known color: British Racing Green. HEX triplet: 04, 48 and 2D. RGB value is (4,72,45). Sum of RGB (Red+Green+Blue) = 4+72+45=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #04482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482D is #FBB7D2. Grayscale: #303030. Windows color (decimal): -16496595 or 2967556. OLE color: 2967556.

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

Color convert

RGB 4 72 45 -
CMYK 0.94 0 0.38 0.72
HSL 156.18º 0.89% 0.15% -
HSV(B) 156.18º 0.94% 0.28% -
XYZ 2.84 4.85 3.27 -
YUV 48.59 125.97 96.2 -
System Red Green Blue C M Y K H S L
Decimal 4 72 45 0.94 0 0.38 0.72 156.18 0.89 0.15
Hex 4 48 2D 5E 0 26 48 9C 59 F
Octal 4 110 55 136 0 46 110 234 131 17
Binary 100 1001000 101101 1011110 0 100110 1001000 10011100 1011001 1111

Color Harmonies of #04482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04482D

Black with #04482D

Text Example


Text Example

White with #04482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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