Html Css Color HEX #04482B British Racing Green

📋 copy color: '#04482B'

red 4 ◦ green 72 ◦ blue 43

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

Shades of British Racing Green #04482B

Tints of British Racing Green #04482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 3.36%
G = 60.5%
B = 36.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#04482B (or 0x04482B) is known color: British Racing Green. HEX triplet: 04, 48 and 2B. RGB value is (4,72,43). Sum of RGB (Red+Green+Blue) = 4+72+43=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #04482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04482B is #FBB7D4. Grayscale: #303030. Windows color (decimal): -16496597 or 2836484. OLE color: 2836484.

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

Color convert

RGB 4 72 43 -
CMYK 0.94 0 0.40 0.72
HSL 154.41º 0.89% 0.15% -
HSV(B) 154.41º 0.94% 0.28% -
XYZ 2.8 4.83 3.07 -
YUV 48.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 4 72 43 0.94 0 0.40 0.72 154.41 0.89 0.15
Hex 4 48 2B 5E 0 28 48 9A 59 F
Octal 4 110 53 136 0 50 110 232 131 17
Binary 100 1001000 101011 1011110 0 101000 1001000 10011010 1011001 1111

Color Harmonies of #04482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04482B

Black with #04482B

Text Example


Text Example

White with #04482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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