Html Css Color HEX #03461E British Racing Green

📋 copy color: '#03461E'

red 3 ◦ green 70 ◦ blue 30

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

Shades of British Racing Green #03461E

Tints of British Racing Green #03461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.13%

R = 2.91%
G = 67.96%
B = 29.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#03461E (or 0x03461E) is known color: British Racing Green. HEX triplet: 03, 46 and 1E. RGB value is (3,70,30). Sum of RGB (Red+Green+Blue) = 3+70+30=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #03461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03461E is #FCB9E1. Grayscale: #2D2D2D. Windows color (decimal): -16562658 or 1984003. OLE color: 1984003.

HSL color Cylindrical-coordinate representation of color #03461E: hue angle of 144.18º 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 #03461E is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 30 -
CMYK 0.96 0 0.57 0.73
HSL 144.18º 0.92% 0.14% -
HSV(B) 144.18º 0.96% 0.27% -
XYZ 2.46 4.49 1.97 -
YUV 45.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 3 70 30 0.96 0 0.57 0.73 144.18 0.92 0.14
Hex 3 46 1E 60 0 39 49 90 5C E
Octal 3 106 36 140 0 71 111 220 134 16
Binary 11 1000110 11110 1100000 0 111001 1001001 10010000 1011100 1110

Color Harmonies of #03461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03461E

Black with #03461E

Text Example


Text Example

White with #03461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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