Html Css Color HEX #03461F British Racing Green

📋 copy color: '#03461F'

red 3 ◦ green 70 ◦ blue 31

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

Shades of British Racing Green #03461F

Tints of British Racing Green #03461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 2.88%
G = 67.31%
B = 29.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#03461F (or 0x03461F) is known color: British Racing Green. HEX triplet: 03, 46 and 1F. RGB value is (3,70,31). Sum of RGB (Red+Green+Blue) = 3+70+31=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #03461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03461F is #FCB9E0. Grayscale: #2D2D2D. Windows color (decimal): -16562657 or 2049539. OLE color: 2049539.

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

Color convert

RGB 3 70 31 -
CMYK 0.96 0 0.56 0.73
HSL 145.07º 0.92% 0.14% -
HSV(B) 145.07º 0.96% 0.27% -
XYZ 2.48 4.5 2.03 -
YUV 45.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 3 70 31 0.96 0 0.56 0.73 145.07 0.92 0.14
Hex 3 46 1F 60 0 38 49 91 5C E
Octal 3 106 37 140 0 70 111 221 134 16
Binary 11 1000110 11111 1100000 0 111000 1001001 10010001 1011100 1110

Color Harmonies of #03461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03461F

Black with #03461F

Text Example


Text Example

White with #03461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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