Html Css Color HEX #03482F British Racing Green

📋 copy color: '#03482F'

red 3 ◦ green 72 ◦ blue 47

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

Shades of British Racing Green #03482F

Tints of British Racing Green #03482F

RGB

 RED value IS 3 (1.56% from 255) = 2.46%

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

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 2.46%
G = 59.02%
B = 38.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#03482F (or 0x03482F) is known color: British Racing Green. HEX triplet: 03, 48 and 2F. RGB value is (3,72,47). Sum of RGB (Red+Green+Blue) = 3+72+47=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #03482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482F is #FCB7D0. Grayscale: #303030. Windows color (decimal): -16562129 or 3098627. OLE color: 3098627.

HSL color Cylindrical-coordinate representation of color #03482F: hue angle of 158.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03482F is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 47 -
CMYK 0.96 0 0.35 0.72
HSL 158.26º 0.92% 0.15% -
HSV(B) 158.26º 0.96% 0.28% -
XYZ 2.87 4.86 3.48 -
YUV 48.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 3 72 47 0.96 0 0.35 0.72 158.26 0.92 0.15
Hex 3 48 2F 60 0 23 48 9E 5C F
Octal 3 110 57 140 0 43 110 236 134 17
Binary 11 1001000 101111 1100000 0 100011 1001000 10011110 1011100 1111

Color Harmonies of #03482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03482F

Black with #03482F

Text Example


Text Example

White with #03482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03482F; }

 p { color: rgb(3,72,47); }

 H1.HeaderClassName
 {
   color: #03482F;
 }
 .AnyTagClassName
 {
   color: #03482F;
 }
</style>

background-color css

<style>
 a { background-color: #03482F; }

 a { background-color: rgb(3,72,47); }

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

border-color css

<style>
 span { border-color: #03482F; }

 span { border-color: rgb(3,72,47); }

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