Html Css Color HEX #03462D British Racing Green

📋 copy color: '#03462D'

red 3 ◦ green 70 ◦ blue 45

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

Shades of British Racing Green #03462D

Tints of British Racing Green #03462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 59.32%

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

R = 2.54%
G = 59.32%
B = 38.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#03462D (or 0x03462D) is known color: British Racing Green. HEX triplet: 03, 46 and 2D. RGB value is (3,70,45). Sum of RGB (Red+Green+Blue) = 3+70+45=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #03462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03462D is #FCB9D2. Grayscale: #2F2F2F. Windows color (decimal): -16562643 or 2967043. OLE color: 2967043.

HSL color Cylindrical-coordinate representation of color #03462D: hue angle of 157.61º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03462D is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 45 -
CMYK 0.96 0 0.36 0.73
HSL 157.61º 0.92% 0.14% -
HSV(B) 157.61º 0.96% 0.27% -
XYZ 2.7 4.59 3.23 -
YUV 47.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 3 70 45 0.96 0 0.36 0.73 157.61 0.92 0.14
Hex 3 46 2D 60 0 24 49 9E 5C E
Octal 3 106 55 140 0 44 111 236 134 16
Binary 11 1000110 101101 1100000 0 100100 1001001 10011110 1011100 1110

Color Harmonies of #03462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03462D

Black with #03462D

Text Example


Text Example

White with #03462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,70,45); }

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

background-color css

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

 a { background-color: rgb(3,70,45); }

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

border-color css

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

 span { border-color: rgb(3,70,45); }

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